Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 711 Bytes

Stratus server

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

Running the project

yarn install

yarn dev

Deploy your own

You can deploy your instance of the Stratus server with this button below

Deploy with Vercel

Environment variables

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"