Hello! This is a pretty little iOS weather app created in React Native. The app is being Beta tested for the App Store currently, but will hopefully be available for free download soon. If you'd like to be a Beta tester or have further questions, please send a request to [email protected].
- XCode is required to run the iOS Simulator
- Node.js and NPM.js are required to start the package
- You need your own free API Key from Dark Sky API
- Using your terminal, clone this repo from Github to your local machine
- cd into the file and run: npm install
- Create a .env file in the project folder. On the first line add: SKY_KEY = your-secret-key
- In your terminal run: npm start
- Follow the prompts to start the simulator (press "i" on your keyboard)
- Trello board: https://trello.com/b/6qxy8462/ada-capstone
- Product plan: https://gist.github.com/lillers1122/009e0dfb41468d66cce76f3f8df49227
- Mr. Sky landing page: http://www.lilyxsky.com/mr-sky/
- Weather data in this app is powered by Dark Sky API.
- Map data in this app is powered by Apple Maps.