This project contains the backend for stratus that handles all the image, weather, quotes and place data.
Uses express and axios and is hosted on Vercel.com
yarn install
yarn dev
You can deploy your instance of the Stratus server with this button below
You will need use your Openweathermap and Unsplash API keys on the Vercel dashboard and local .env
OPENWEATHERMAP_APIKEY = "API_KEY_HERE"
UNSPLASH_APIKEY = "API_KEY_HERE"