GithubHelp home page GithubHelp logo

uusijani / spacelaunchnow-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itscalebjones/spacelaunchnow-android

0.0 2.0 0.0 172.49 MB

A spaceflight tracker for Android - watch SpaceX, NASA, ULA, etc live!

Home Page: https://spacelaunchnow.me

License: MIT License

Java 99.33% IDL 0.67%

spacelaunchnow-android's Introduction

discord Open Source Love Semver

SpaceLaunchNow

A space launch tracker for Android using data from the Launch Library API, the current roadmap can be viewed on Trello.

Data Sources

A majority of the data is currently sourced from Launch Libary a wonderful set of API's and Librarians that are constantly tracking and updating launches around the world. Additionally I utilize Space Launch Now - Server to provide additional vehicle data and push notifications for launch times.

Translations

Space Launch Now is now translated into five languages, huge thanks to those that have contributed. If you are interested in helping improve the translations feel free to take a look here.

Thanks to the following translators for their work:

Fosco85, Francescog91, Ndre85f, Ajtudela, Pedroleon, SwGustav, Ogoidmatos, Ludi.vogt, Bullinger.mathis, Lukas Affolter, Castelle.arnaud, Nem.meric, Arnaud.muller1308, Jaros.jan.j, Jirkatp, Peter.handless

Screenshot

alt tag

Setup

To properly build this project you will need to create a few files and add a few extra string keys.

NOTE: I will not be able to provide support beyond what is inside of this setup guide. It is on you as a developer to get the correct keys and create the correct accounts to build the project.

Keystore File

From the root of the project create a keystore.properties file used by both mobile and wear modules.

keystore.properties

storePassword=yourStorePassword
keyPassword=yourKeyPassword
keyAlias=yourAlias
storeFile=/full/path/to/keystore

API Keys

Add a api_keys.xml to res/values.

<resources>
    <string name="wunderground_key">yourWeatherUndergroundKey</string>
    <string name="forecast_io_key">yourForecastIOKey</string>
    <string name="GoogleMapsKey">yourGoogleMapsKey</string>
    <string name="banner_ad_unit_id">yourAdUnitID</string>
    <string name="rsa_key">yourGoogleBillingRSAKey</string>
</resources>

version.properties

In the mobile and wear modules add a version.properties or reset AI_VERSION to 0 if it exists.

#Thu Feb 15 11:52:58 EST 2018
AI_VERSION_CODE=3

Replace google-services.json

Replce the google-services.json with your own.

License

This project utilizes the MIT License.

spacelaunchnow-android's People

Contributors

itscalebjones avatar

Watchers

 avatar  avatar

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.