Skip to content

halit/kandilli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kandilli API

Latest Version Downloads Download format Supported Python versions License Build Status

Simple kandilli last earthquakes api.

Installation

pip install kandilli

Usage

from kandilli import LastEarthquakes

api = LastEarthquakes(10)
print api.data[0]

api.refresh()
print api.data[0]

api.many = 25
api.refresh()
print api.data[0]

api.many = 250
for data in api:
    print data['yer']

About

Kandilli last earthquakes api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages