WeatherNow is a modern weather app with very strong foundations. Powered by the Darkweather API, the app provides accurate forecast and current weather conditions in realtime.
The front end app is written in React and is powered by a SAILS server(a Node.js framework). Please check the server repo for setting up the SAILS server.
for installation you can either use npm or yarn.
yarn install
yarn start
- 0.0.1
- Initial Release
Your Name – @prabhumurthy2 – prabhu.m.murthy@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/prabhuignoto
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request