Just another fancy-schmancy weather-forecast-as-a-portfolio-piece application.
Live @ https://intrnt-dolphin.github.io/weathr/
Check out front-end and back-end for the respective source codes.
| Technology | Usage |
|---|---|
| Google Maps API | Location geocoding |
| Google Places API | Location input autocompletion |
| Dark Sky API | Weather forecast data |
| Technology | Usage |
|---|---|
| Create React App | Boilerplate (testing, livereload, etc.) |
| Rebass | UI component library |
| Palx | Color palette generation |
| Styled Components | React component styling architecture |
| Technology | Usage |
|---|---|
| Hapi.js | Server framework |
| Axios | Promse-based HTTP-client library |
| AVA | JavaScript test-runner and assertion library |
| Winston | Logging library |
| Heroku | Cloud application hosting service |
Checkout {front-end,back-end}/package.json for the rest.