Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nota30/anime-trivia-api
A small image based anime trivia API built with Typescript and HonoJS.
https://github.com/nota30/anime-trivia-api
anime anime-trivia api honojs nodejs trivia typescript
Last synced: 10 days ago
JSON representation
A small image based anime trivia API built with Typescript and HonoJS.
- Host: GitHub
- URL: https://github.com/nota30/anime-trivia-api
- Owner: Nota30
- License: mit
- Created: 2022-01-03T08:47:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T19:04:17.000Z (4 months ago)
- Last Synced: 2024-10-25T10:37:02.125Z (about 2 months ago)
- Topics: anime, anime-trivia, api, honojs, nodejs, trivia, typescript
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anime-trivia-api
A small image based anime trivia API built with Typescript and HonoJS.## Prerequisites
- You can change the port or leave it as **3000** (`src/index.ts` line 7)
# Run the application
> Install the dependencies
Yarn:
```
yarn install
```NPM:
```
npm install
```> Start the app:
Using Yarn:
```
yarn build && yarn start
```Using NPM:
```
npm run build && npm run start
```