Awesome
React Native Art Museum App
<a href='https://play.google.com/store/apps/details?id=museum.art&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width='150'/></a>
Preview
Description
Browse through Harvard Art Museum's collection on this unofficial app! Save your favorite objects and make your own collection!
It's built using the museum's amazing api.
Prerequisites
Installation
% git clone git@github.com:PedroBern/react-native-art-museums-app.git
% cd react-native-art-museums-app
% yarn
Configuration
- Get a new API key: https://github.com/harvardartmuseums/api-docs#access-to-the-api
- Create the file
./.env
. Use./.env.sample
as an example. - Add the API key into that file like so:
API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Execution
% yarn start