Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostsama2503/anime-list
https://github.com/ghostsama2503/anime-list
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostsama2503/anime-list
- Owner: GHOSTsama2503
- License: mit
- Created: 2022-11-30T03:52:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T16:35:25.000Z (6 months ago)
- Last Synced: 2024-06-28T17:57:57.406Z (6 months ago)
- Language: Go
- Homepage: https://animes.ghostsrv.ydns.eu
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Anime List
[![Go Version](https://img.shields.io/badge/go-1.22.3-007d9c?logo=go)](https://go.dev)
[![Go Reference](https://pkg.go.dev/badge/github.com/ghostsama2503/anime-list.svg)](https://pkg.go.dev/github.com/ghostsama2503/anime-list)
[![Node.js Version](https://img.shields.io/badge/node-22.1.0-3f883c?logo=nodedotjs)](https://nodejs.org)
[![Astro Version](https://img.shields.io/badge/astro-4.9.3-orange?logo=astro)](https://astro.build)This repository contains the code for an anime list, designed to store and organize all the animes I have watched. This application could be considered as my own personal [![](https://img.shields.io/badge/MyAnimeList-gray?logo=myanimelist)](https://myanimelist.net).
### Install dependencies
```shell
make install -j
```### Build
> [!NOTE]
> The build files can be found in the `build/` directory.```shell
make build -j
```