Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumpum7/tatsu-lookup
A website to interact with the Tatsu API to find out information about a user.
https://github.com/pumpum7/tatsu-lookup
api stats tatsu
Last synced: about 2 months ago
JSON representation
A website to interact with the Tatsu API to find out information about a user.
- Host: GitHub
- URL: https://github.com/pumpum7/tatsu-lookup
- Owner: PumPum7
- Created: 2021-10-13T18:55:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T10:39:15.000Z (6 months ago)
- Last Synced: 2024-07-23T12:47:05.939Z (6 months ago)
- Topics: api, stats, tatsu
- Language: TypeScript
- Homepage: https://tatsu-lookup.pum.works
- Size: 1.67 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tatsu-Lookup
A website to interact with the Tatsu API to find out information about a user.
## Features
- Statically rendered Websites
- Shareable links
- Informative and user-friendly interface## Setup
1. Download the source code
2. Create a tatsu API Key with the `t!apikey create` command
3. Set up the .env file:
```
TATSU_KEY="XXXX" // your tatsu api key
```4. It's suggested to host this service on [Vercel](https://vercel.com/) to automatically support the serverless functions
## Images
- ##### User Profile
![User Profile Preview](./img/UserProfile_Preview.png)
- ##### Discord Embed
![Discord Embed Preview](./img/DiscordEmbed_Preview.png)
## Planned Features
- [ ] Show the stats in the embed
- [ ] Replace the current way of showing EXP with a progress bar