An app that combines playlists and books
Google Play
·
Report Bug
·
Request Feature
- About the Project
- Built With
- Getting Started
- Installation
- Contributing
- License
- Contact
- Acknowledgements
Strackify is an App for those who like to read to the sound of a playlist or soundtrack. With it you can search, bookmark and create playlists that match the book you are currently reading
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- Clone the repo
git clone https://github.com/juniorklawa/strackify-app-public.git
- Install packages
yarn or npm install
- Enter your api keys in
.env.example
SPOTIFY_API: 'https://api.spotify.com/v1',
SPOTIFY_CLIENT_ID: 'YOUR ID',
SPOTIFY_REDIRECT_URL: 'YOUR REDIRECT URL',
SPOTIFY_TOKEN_REFRESH_URL: 'YOUR TOKEN REFRESH',
SPOTIFY_TOKEN_SWAP_URL: 'YOUR SWAP URL',
-
Add your firebase project
google_services.json
inandroid/app
folder -
Add your keystore
SHA1 signature
andpackage name
in Spotify Developer dashboard -
Run
npx react-native run-android
- Pagination
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Everaldo Junior - Linkedin