GithubHelp home page GithubHelp logo

jayantkatia / upmob Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 136 KB

:iphone: Be informed about the upcoming mobiles devices in the Indian market.

License: MIT License

Kotlin 0.36% Swift 1.01% Objective-C 0.10% Dart 98.54%
open-source flutter upmob

upmob's Introduction

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:

upmob's People

Contributors

jayantkatia avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

upmob's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.