Sunrise & Sunset prediction
You should provide your own DarkSky API key then adding it into a file named .env at the root of the project like so:
DARKSKY_API_KEY=<YOUR_KEY>
A step by step series of examples that tell you how to get a development env running
git clone [email protected]:adrien-catel/color-predict-app.git
npm install
npm run dev
Convert to jsxRefactoring by componentRedux / react-redux implementationRedux-thunk implementationRedux refactoring (combine)Color indicator implementationAdd prediction result- Redux-thunk refactoring
- Add criteria (did it rain before event?)
- Add Test Jest
- Use Flow?
- Data mining implementation