- App
- Temtem API
- List Temtem for sale
- Save Temtem listing
- Track your own tempedia of tamed Temtem, and share your progress with others
- Track your quests in Temtem, including what ones you've picked up and what step you're on
- Track your encounters in Temtem, including an automatic tracker that uses screen capture and OCR
[email protected]:maael/temtem.git
cd temtem
yarnI used [email protected] to develop it.
| Script | Description | 
|---|---|
| dev | Starts the local development server on http://localhost:3000, or whateverPORTis specified in env. | 
| build | Builds server. | 
| start | Started built server. | 
| lint | Runs tslint against project. | 
| prettier | Runs prettier against project, writing corrections. | 
| prettier:check | Runs prettier against project, used by CI to check project. | 
| test | 
| Environment Variable | Description | 
|---|---|
| REDDIT_OAUTH_ID | OAuth ID for Reddit app | 
| REDDIT_OAUTH_SECRET | OAuth Secret for Reddit app | 
| JWT_SECRET | Secret to sign JWT with | 
| URL | What | 
|---|---|
| /api/login | Redirects to Reddit to start OAuth flow | 
| /api/oauth/redirect/reddit | Reddit redirects here to continue OAuth flow | 
- Make sure prettierhas been run, it should do it as a pre-commit hook thanks tohuskyandpretty-quick.
Also fair warning, I made this quick, so while it is Typescript, it's super loose with anys all over the place.
- The rest of the owl.