KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
WeatherWeight
★ 9
Open GitHub ↗
Android weather app
Download README (.md)
Explore Similar Repositories
dataflow
:
Dataflow programming for Java - High performance (parallel) execution of tasks according to their dependencies
chiact
:
A simple web stack boilerplate with Go on the server side and React on the client side
HexColorTime
:
No description available.
ocr-space
:
OCR.space API client for Laravel (or just PHP)
elixir-mix-bundle
:
A Symfony bundle that integrates Laravel Mix
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
WeatherWeight
?
Download (.md)
# Weather Weight Weather Weight is a lightweight weather app for Android. It uses [Tomorrow.io's API](https://www.tomorrow.io/weather-api/). Reasons for developing: * Popular weather apps I tried were on the heavy side with respect to features and resource usage, and I wanted something lighter * I wanted to try building an Android app with some common libraries and practices; as a result, some libraries and approaches used might be overkill for this app ## Development You will need to create a `secret.properties` file in the project root with your Tomorrow.io API key: ```gradle tomorrowApiKey=abc123 ```