An open API service indexing awesome lists of open source software.

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

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
![ss1](https://animed.ahmedrangel.com/images/screenshots/anime-website.jpg)

![ss2](https://animed.ahmedrangel.com/images/screenshots/anime-website-2.jpg)

![ss3](https://animed.ahmedrangel.com/images/screenshots/anime-website-3.jpg)

![ss4](https://animed.ahmedrangel.com/images/screenshots/anime-website-4.jpg)

## 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=
```