Napster / napster.js

Napster Javascript SDK
MIT License
56 stars 44 forks source link

React Example App #23

Closed wood198 closed 5 years ago

wood198 commented 5 years ago

Everything is working and restructured!

To properly set up the app:

In src/Components/Auth.js replace the API_KEY and API_SECRET variable values with your application's credentials.

OR

If you would like to create a .env with your application credentials: create the .env in the react_example folder outside of src. Name your variables REACT_APP_API_KEY and REACT_APP_SECRET_KEY and your .env should populate the keys within the example app for you.

To Run: cd into src

Use the following commands:

BreaGaudioso commented 5 years ago

@cleio Verified that the example app is still running and nothing changed in actual SDK code. Our team will own review for react app to save you cycles- but feel free to leave feedback too if you'd like.

easterjd commented 5 years ago

Looks really great; not much to comment on here. Only thing I saw was the root level /example and /reactexample folders. They both contain node_modules files but it looks like you have a node_modules file already. Was that purposeful?

BreaGaudioso commented 5 years ago

Nice work Ashley, merging!