Server/REST API for the Wakeskate web app.
This is a small REST API and server used to process requests for geocoding and weather data.
- Github - https://github.com/LanceStasinski/wakeskate-server
- Client Source Code - https://github.com/LanceStasinski/Website-client
- Deployed - https://wakeskate.herokuapp.com/
- Express used as the server framework
- Serves the client application
- Uses a custom algorithm to rate weather conditions based on temperature, wind speeds, and weather conditions
- Weather data from the Open Weather Map API
- Written with TypeScript
yarn start-dev
- start development serveryarn start
- start local production serverbuild
- compiles TypeScript to JavaScript