{"id":13694468,"url":"https://github.com/illu/moonwalk","last_synced_at":"2025-05-03T04:30:30.288Z","repository":{"id":38823111,"uuid":"148545797","full_name":"Illu/moonwalk","owner":"Illu","description":"🚀 React-Native App for rocket launches 🛰","archived":false,"fork":false,"pushed_at":"2023-01-27T04:25:59.000Z","size":62577,"stargazers_count":293,"open_issues_count":12,"forks_count":48,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-12T21:38:44.176Z","etag":null,"topics":["ios","launch","nasa","react-native","rocket-launch","rockets","space","spacex","typescript"],"latest_commit_sha":null,"homepage":"https://apps.apple.com/us/app/moonwalk-rocket-launches/id1439376174#?platform=iphone","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Illu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/maximenory"]}},"created_at":"2018-09-12T21:44:55.000Z","updated_at":"2024-11-06T19:23:57.000Z","dependencies_parsed_at":"2023-02-15T05:16:22.014Z","dependency_job_id":null,"html_url":"https://github.com/Illu/moonwalk","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illu%2Fmoonwalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illu%2Fmoonwalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illu%2Fmoonwalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illu%2Fmoonwalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Illu","download_url":"https://codeload.github.com/Illu/moonwalk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252144247,"owners_count":21701371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","launch","nasa","react-native","rocket-launch","rockets","space","spacex","typescript"],"created_at":"2024-08-02T17:01:33.013Z","updated_at":"2025-05-03T04:30:27.312Z","avatar_url":"https://github.com/Illu.png","language":"TypeScript","readme":"# [Moonwalk](https://itunes.apple.com/us/app/moonwalk-rocket-launches/id1439376174)\n\n[![iTunes App Store](https://img.shields.io/itunes/v/1439376174.svg?style=flat-square)](https://itunes.apple.com/us/app/moonwalk-rocket-launches/id1439376174)\n![license: MIT](https://img.shields.io/github/license/illu/moonwalk?style=flat-square)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n![tests](https://github.com/Illu/moonwalk/workflows/tests/badge.svg)\n\nA simple way to stay up to date with upcoming space launches, built with [React-Native](https://github.com/facebook/react-native), using the [Launch Library 2](https://thespacedevs.com/) and the [Spaceflight News API](https://spaceflightnewsapi.net/).\n\n## Preview\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://maximenory.com/public/mwpreview2.png\" /\u003e\n\u003c/p\u003e\n\n## Stack\n\n[React-Native](https://github.com/facebook/react-native)\n\n[React-Navigation](https://reactnavigation.org/)\n\n[MobX](https://mobx.js.org/)\n\n[TypeScript](https://www.typescriptlang.org/)\n\n[Styled-Components](https://www.styled-components.com/)\n\n## Installation\n\nIf you want to test the app on a simulator running locally, follow these instructions:\n\nFirst, you'll need to create or import a `GoogleService-Info.plist` file in the `ios` folder. Next, use the following commands:\n\n```bash\n$ cd moonwalk\n\n$ yarn\n\n$ cd ios \u0026\u0026 pod install \u0026\u0026 cd ..\n\n$ yarn build-ios\n\n$ react-native run-ios\n```\n\n### Android\n\nI don't plan to release an Android version of Moonwalk at the current time.\n\n\u003c!-- Although not deployed on the Google Play Store yet, the app is able to run on Android devices. To run the app, simply use the `react-native run-android` command. (This is an ongoing feature, expect some layout issues). --\u003e\n\n## Contribute\n\nIf you find a bug, feel free to open an issue or submit a pull request.\n\nNew 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](https://twitter.com/MaximeNory).\n\n## Standalone Build\n\n```bash\n$ yarn build-ios\n```\n\nTo see the assets (Images) in your build, open the XCode project, right click on the moonwalk target -\u003e \"Add files to Moonwalk\" -\u003e select the asset folder, and make sure the 'create folder references' checkbox is ticked.\n\nYou should be able to build the app with ⌘(cmd)+B.\n\n## Licence\n\nMIT License\n\nSee [LICENSE](LICENSE)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" src=\"https://maximenory.com/public/mwlogo.png\" /\u003e\n\u003c/p\u003e\n","funding_links":["https://www.paypal.me/maximenory"],"categories":["Misc"],"sub_categories":["React Native"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillu%2Fmoonwalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fillu%2Fmoonwalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillu%2Fmoonwalk/lists"}