An Android client for The Odds API
This Android app provides a mobile interface to access sports betting odds from The Odds API, covering various sports and betting markets.
- Retrofit
- Gson
- Android Studio
- Java 8+
- Clone the repo
git clone https://github.com/cosmasken/TheOddsApiClient.git-
Get your API key from The Odds API
-
Copy
local.properties.exampletolocal.propertiesand add your API key:
THE_ODDS_API_KEY=your_api_key_here
- Build the project in Android Studio
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the GNU General Public License v3.0


