This app is really simple which allows you to get weather and more data about weather in your town or city.
- 1️⃣Latitude: e.g.
46.4(example) - 2️⃣Longitude: e.g.
30.7(example) - 3️⃣Humidity: e.g.
78(example) - 4️⃣Sunrise: e.g.
165000(example) - 5️⃣Sunset: e.g.
145000(example) - 6️⃣Pressure: e.g.
1012 hPa(example) - 7️⃣Wind speed: e.g.
3.7 km/h(example)
- Fork and clone the repository
- Edit one or more files in
src/. Be sure to include thedescriptionfield if relevant. - Run
yarn buildthenyarn test - Commit your changes including
presets.json, push to GitHub, and raise a PR
Once PRs are committed to master, they are effectively "live" - there is no publish step.
