Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 620 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 620 Bytes

Visometer

Skudunter
a website that displays weather data relating to diving conditions🤿🌊 .

made possible by the yr-weather and stormglass.io apis.

How to Run

npm i
npm run dev

Note

You will need to add a .env.local file in the project root directory to access the apis for the weather data and send emails.

.env.local

 NODEMAILER_USERNAME=yourNodeMailerUsername  
 NODEMAILER_PASSWORD=yourNodeMailerPassword    
 STORMGLASS_API_KEY=yourStormglassAPIKey