pstoica / pow-viz

MIT License
2 stars 1 forks source link

Price history and trends retrieval #8

Closed pstoica closed 10 years ago

pstoica commented 10 years ago

You can see the endpoints in app.js, and you should be able to query by a start date (or an active date for the whole US; actually, since the timeline may step day-by-day, we shouldn't make a request every time; look into storing all the map data on the client in the beginning, or loading a month at a time?).

Writing all this on the fly, sorry.

pstoica commented 10 years ago

@vi-s as said in #2, we don't need filtering by date ranges now (aside from looking at a specific month).

vis-123 commented 10 years ago

kk, so we're filtering trends data solely by location now?

pstoica commented 10 years ago

yerp.