/rock-gloss

A rock climbing glossary

Primary LanguageJavaScriptOtherNOASSERTION

RockGloss

This repo contains an Expo app and scraper supporting a rock climbing glossary. All revenue from this app is donated to Access Fund.

Scraper

Outputs updated terms to rock-gloss-scraper/out/terms.json

cd rock-gloss-scraper
npm install
npm run scrape

Mobile app

cd rock-gloss-expo
npm run start

Publishing iOS app

Full Instructions

Instruction after first time

  • Ensure that app.json expo.version key or expo.ios.buildNumber key has been incremented.
  • Build app
    $ expo build:ios
    ...
    Successfully built standalone app: https://expo.io/artifacts/abc-123-456-def
    
  • Download link at end of build.
  • Upload using Application Loader.app
  • In App Store Connect, in Test Flight, add external testers.

TODO