What's Changed
- refactoring (api module: servies and routes, `SurfForecast` is a core class)
- `SurfForecast` is now requesting to all endpoints known (`spots/details` and `spots/forecasts/*` : `wave/`, `wind/`, `tides/`, `weather/`) to get more specific data
- parameters: `intervalHours` and `days`
- get_dataframe("surf") = `waves`+`wind`+`weather`
* v0.2 by giocaizzi in https://github.com/giocaizzi/pysurfline/pull/34
**Full Changelog**: https://github.com/giocaizzi/pysurfline/compare/v0.1.1...v0.2