to make life easier - using django-tastypie we will create JSONs of parameters and stations. This should make the visualization process more fluent.
Currently - some of the api works, and you can get JSON of stations at:
localhost:8000/api/v0/stations/
Next thing - we need to organize the JSON to be more readable.
to make life easier - using django-tastypie we will create JSONs of parameters and stations. This should make the visualization process more fluent. Currently - some of the api works, and you can get JSON of stations at: localhost:8000/api/v0/stations/
Next thing - we need to organize the JSON to be more readable.