All Projects → Illu → Moonwalk

Illu / Moonwalk

Licence: mit
🚀 React-Native App for rocket launches 🛰

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Moonwalk

rust-spice
WOW! The complete NASA/NAIF Spice toolkit is actually usable on Rust
Stars: ✭ 31 (-81.66%)
Mutual labels:  nasa, space
Pysat
Generalized satellite and space science data processing and file management.
Stars: ✭ 72 (-57.4%)
Mutual labels:  nasa, space
Spiceypy
SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
Stars: ✭ 218 (+28.99%)
Mutual labels:  nasa, space
NASSP
Project Apollo - NASSP
Stars: ✭ 110 (-34.91%)
Mutual labels:  nasa, space
Nasa-And-Spacex-Cooperation
Theme Outer Space
Stars: ✭ 41 (-75.74%)
Mutual labels:  nasa, space
Apod Api
Astronomy Picture of the Day API service
Stars: ✭ 290 (+71.6%)
Mutual labels:  nasa, space
Open Notify Api
Source code for api.open-notify.org
Stars: ✭ 272 (+60.95%)
Mutual labels:  nasa, space
Spacex Api
🚀 Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.
Stars: ✭ 8,973 (+5209.47%)
Mutual labels:  nasa, space
Awesome Space Books
A list of space exploration related books (some are online, some are on paper)
Stars: ✭ 72 (-57.4%)
Mutual labels:  space
Spacextract
Extraction and analysis of telemetry from rocket launch webcasts (from SpaceX and RocketLab)
Stars: ✭ 131 (-22.49%)
Mutual labels:  space
Tle.js
Satellite TLE tools in JavaScript: get lat/lon of satellites, get look angles, plot orbit lines, extract individual TLE elements
Stars: ✭ 71 (-57.99%)
Mutual labels:  space
Space Reads
A big list of space book and whitepaper recommendations.
Stars: ✭ 96 (-43.2%)
Mutual labels:  space
Himawari.js
Download real-time images of Earth from the Himawari-8 satellite
Stars: ✭ 1,763 (+943.2%)
Mutual labels:  space
Awesome Space
🛰️🚀A list of awesome space-related packages and resources maintained by The Orbital Index
Stars: ✭ 1,167 (+590.53%)
Mutual labels:  space
Cosmonium
3D astronomy and space exploration program.
Stars: ✭ 153 (-9.47%)
Mutual labels:  space
Cosmicos
Sending the lambda calculus into deep space
Stars: ✭ 70 (-58.58%)
Mutual labels:  space
Look4sat
Amateur radio and weather satellite tracker and passes predictor for Android inspired by Gpredict
Stars: ✭ 160 (-5.33%)
Mutual labels:  space
Nasa.github.io
Information about the NASA Github organization is on nasa.github.io/
Stars: ✭ 145 (-14.2%)
Mutual labels:  nasa
Cash
HTTP response caching for Koa. Supports Redis, in-memory store, and more!
Stars: ✭ 122 (-27.81%)
Mutual labels:  space
Spacepy
Space Science library for Python - contains superposed epoch classes, drift shell tracing, access to magnetic field models, streamline tracing, bootstrap confidence limits, time and coordinate conversions, etc.
Stars: ✭ 114 (-32.54%)
Mutual labels:  space

Moonwalk

iTunes App Store license: MIT code style: prettier tests

A simple way to stay up to date with upcoming space launches, built with React-Native, using the Launch Library 2 and the Spaceflight News API.

Preview

Stack

React-Native

React-Navigation

MobX

TypeScript

Styled-Components

Installation

If you want to test the app on a simulator running locally, follow these instructions:

First, you'll need to create or import a GoogleService-Info.plist file in the ios folder. Next, use the following commands:

$ cd moonwalk

$ yarn

$ cd ios && pod install && cd ..

$ yarn build-ios

$ react-native run-ios

iOS 14

If you want to see images on iOS 14, you'll need to apply the following patch:

sed -ie "s/_currentFrame.CGImage;/_currentFrame.CGImage ;} else { [super displayLayer:layer];/" node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m

For more informations about this patch, take a look at this GitHub comment.

Android

I don't plan to release an Android version of Moonwalk at the current time.

Contribute

If you find a bug, feel free to open an issue or submit a pull request.

New ideas are always welcome, if you have an idea to change or add a feature, let me know by opening an issue or messaging me on Twitter.

Standalone Build

$ yarn build-ios

To see the assets (Images) in your build, open the XCode project, right click on the moonwalk target -> "Add files to Moonwalk" -> select the asset folder, and make sure the 'create folder references' checkbox is ticked.

You should be able to build the app with ⌘(cmd)+B.

Licence

MIT License

See LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].