Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizfelipelopes/appgabadi
App created to reproduce the web radio of a Christian church, making it possible to listen to it throughout Brazil.
https://github.com/luizfelipelopes/appgabadi
expo javascript react-native styled-components typescript
Last synced: about 2 months ago
JSON representation
App created to reproduce the web radio of a Christian church, making it possible to listen to it throughout Brazil.
- Host: GitHub
- URL: https://github.com/luizfelipelopes/appgabadi
- Owner: luizfelipelopes
- Created: 2023-07-30T04:08:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-05T02:24:56.000Z (11 months ago)
- Last Synced: 2024-03-05T14:52:06.601Z (11 months ago)
- Topics: expo, javascript, react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
App Gabadi
![App Gabadi](https://luizfelipelopes.github.io/static/media/appgabadi.97241cca5bd3eaf93d91.png)
App created to reproduce the web radio of a Christian church, making it possible to listen to it throughout Brazil.
### [+] Description
App created to reproduce the web radio of a Christian church, making it possible to listen to it throughout Brazil. The app plays songs and radio programming integrated with Spotify to display images of the current artist playing at the moment. The names of the song and artist are retrieved through metadata from the server that generates the radio broadcast.### [+] Links
Gabadi App is available for IOS and Android.
- Ios: App Store
- Android: Google Play### [+] Preview
![App Gabadi](assets/preview-appgabadi.gif)
### [+] Instructions- install dependencies: ```npm install```;
- Build application: open your android or ios simulator:
- Android:
- build the app locally or via eas (expo);
- Ios:
- build the app locally;
- run server expo: ```npx expo start --dev-client --tunnel```
- Open the app after installation
- Click in the server available
- Enjoy!