Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leomotors/anime-captcha
Just a Normal Captcha, you are not a robot? Then pass this Captcha!
https://github.com/leomotors/anime-captcha
anime anime-captcha captcha hacktoberfest meme sveltekit
Last synced: 2 months ago
JSON representation
Just a Normal Captcha, you are not a robot? Then pass this Captcha!
- Host: GitHub
- URL: https://github.com/leomotors/anime-captcha
- Owner: leomotors
- License: mit
- Created: 2021-09-25T03:29:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T18:21:21.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:48:29.574Z (9 months ago)
- Topics: anime, anime-captcha, captcha, hacktoberfest, meme, sveltekit
- Language: Svelte
- Homepage: https://anime-captcha.vercel.app
- Size: 2.38 MB
- Stars: 63
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Anime Captcha
Just a Normal Captcha, _you are not a robot? Then pass this Captcha!_
Featuring 2 _Cultured_ Quizzes to test if you are a Robot
## 🍅 Reference
## ✨✨ Statistic & History Update (1.3 & 1.4)
Recently, Anime Captcha has been rewritten for better developer and user experience
- Now written in SvelteKit with SSR (Was Svelte SPA with Vite)
- Now use TailwindCSS (Was Bootstrap 5)
- Now has many routes✨
- Animations🤩 and miscellaneous design changes
- Statistics and Play history
- Much better responsiveness for mobile and various screen sizes
Changelog: [./CHANGELOG.md](./CHANGELOG.md)
## ➕ Want to Contribute? See Here!
[Contributing Guideline](./CONTRIBUTING.md)
## 🌐 API
/api/get : Get Questions just like how the app would retrieve data
- Optional Parameter: category
### /api/get example
```
https://anime-captcha.vercel.app/api/get?category=fbi
```### Other APIs
/api/getall : Get All Data this website has
/api/insight : Get Insight about the data ex. Questions Count
## To Run Locally
- pnpm install
- pnpm dev