Currently being developed
This web application is to be used to check the weather conditions that would affect Astrophotography in any specific geographical area that the user selects.
Data such as cloud coverage, high altitude wind, seeing conditions and moon phase will be evaluated and an over all score will be given to determine if the night is good for astrophotography.
- Git clone the repository
- Run 'npm install' inside repo
- Create account at https://darksky.net/dev for API key
- Create file 'config.js' in root of project with the following code
const API_KEY='Your_API_KEY'
export default API_KEY
- Run 'npm run dev'