https://github.com/ahmedrangel/animed
TV Anime library app built with Nuxt 3 and Bootstrap using data provided from Anilist API
https://github.com/ahmedrangel/animed
anilist anilist-api anime anime-search anime-website nuxt nuxtjs
Last synced: 3 months ago
JSON representation
TV Anime library app built with Nuxt 3 and Bootstrap using data provided from Anilist API
- Host: GitHub
- URL: https://github.com/ahmedrangel/animed
- Owner: ahmedrangel
- License: mit
- Created: 2024-02-01T22:29:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:38:48.000Z (over 1 year ago)
- Last Synced: 2024-05-22T06:23:33.964Z (over 1 year ago)
- Topics: anilist, anilist-api, anime, anime-search, anime-website, nuxt, nuxtjs
- Language: Vue
- Homepage: https://anime.ahmedrangel.com
- Size: 930 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> TV Animes library app built using [Nuxt 3](https://github.com/nuxt/nuxt), [Vue 3](https://github.com/vuejs/core), [Bootstrap](https://github.com/twbs/bootstrap) and [Typescript](https://github.com/microsoft/TypeScript) with data provided by [AniList](https://anilist.co) [API](https://docs.anilist.co), hosted on [Cloudflare Pages](https://pages.cloudflare.com) and deployed on [NuxtHub](https://hub.nuxt.com). Inspired by [Nuxt Movies](https://github.com/nuxt/movies).
Preview: https://animed.ahmedrangel.com
## Screenshots



## Setup
```sh
# install dependencies
pnpm i# run dev server (http://localhost:5173)
pnpm dev
```## Secrets
```
NUXT_SESSION_PASSWORD=
NUXT_SECURE_SALT=
NUXT_OAUTH_DISCORD_CLIENT_ID=
NUXT_OAUTH_DISCORD_CLIENT_SECRET=
NUXT_OAUTH_GOOGLE_CLIENT_ID=
NUXT_OAUTH_GOOGLE_CLIENT_SECRET=
NUXT_MYANIMELIST_CLIENT_ID=
NUXT_ZEROCHAN_COOKIE=
```