Releases: fredericojordan/surf-api
Releases · fredericojordan/surf-api
Chart Release
- Creates a landing page on
/
that visualizes the latestSpotForecast
.- We are using
:chartkick, "~>0.3.0"
with Google Charts to create charts.
- We are using
- API has been moved to
/api/
.
Initial Release
Spot
andSpotForecast
models and their respective endpoints.- Scraper saves its results as a
SpotForecast
row. scrape.sh
setups the webdriver and runs the scraper for allSpot
entries.