Skip to content

lachimek/nasa_notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.ENV FILE STRUCTURE

EMAIL_API_KEY = mailjet api_key
EMAIL_API_SECRET = mailjet api_secret
PLANETS_REFRESH_RATE = number in seconds

PROJECT DESCRIPTION

Flask based python web app. Provides user with newsletter notifying them when NASA discovers a new planet.
Planet data is fetched from NASA API at https://exoplanetarchive.ipac.caltech.edu/TAP/
Upade frequency is determined by PLANETS_REFRESH_RATE key in .env file and then compared with data in the database.

Users can remove themselves from the newsletter list by clicking a link in the email they receive.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published