Skip to content

📱 Be informed about the upcoming mobiles devices in the Indian market.

License

Notifications You must be signed in to change notification settings

jayantkatia/upMob

Repository files navigation

upMob

GitHub Workflow Status GitHub repo size GitHub GitHub release (latest SemVer)

UpMob uses UpMob API to get the mobiles devices information which are yet to come to Indian markets

🚀 Getting Started

  1. Install the Flutter SDK & Android Studio

  2. Navigate into the project directory.

  3. Define the environment variables in .env file at root of the project.

     API_HOST=yourhost.com
     API_PORT=8080
     API_PATH=/some-path

    You might like rest-client, if you use VS Code. This extension allows you to send HTTP request and view the response in VS Code directly. Rest-client API requests are already defined in the api_requests/ directory. You need to define the environment vairables though. In the .vscode/settings.json,

    {
        "rest-client.environmentVariables": {
            "$shared": {
                "API_HOST": "yourhost.com",
                "API_PORT": "8080",
                "API_PATH": "/some-path"
            }
        }
    }
    
  4. Run

    flutter run 
  5. Open the code and start editing.

🔨 Uses UpMob API

UpMob depends on UpMob API v1.x

✏️ TODO

  • Bookmark devices
  • Toggle between Themes
  • Locate Nearby Stores using Google Maps API

📝 License

Licensed under the MIT License.

✨ Development and Contributing

Yes, please! Feel free to contribute, raise issues and recommend best practices.

A few resources to get you started:

About

📱 Be informed about the upcoming mobiles devices in the Indian market.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages