Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fr0st1n/anilist
MyAnimeList.net User Anime List with Angular.
https://github.com/fr0st1n/anilist
angular angular4 anime myanimelist
Last synced: 19 days ago
JSON representation
MyAnimeList.net User Anime List with Angular.
- Host: GitHub
- URL: https://github.com/fr0st1n/anilist
- Owner: FR0ST1N
- Created: 2017-07-14T13:34:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T03:21:08.000Z (over 5 years ago)
- Last Synced: 2024-10-05T17:07:17.511Z (about 1 month ago)
- Topics: angular, angular4, anime, myanimelist
- Language: TypeScript
- Homepage: https://fr0st1n.github.io/AniList/
- Size: 324 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [AniList](https://fr0st1n.github.io/AniList/) (MAL API IS DOWN)
[MyAnimeList.net](https://myanimelist.net/) User Anime List with [Angular](https://angular.io/).## Packages Used
* [Angular Material](https://material.angular.io/)
* [Flex Layout](https://github.com/angular/flex-layout)
* [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)## Usage
### Changing User
Just Change the Value of `user` in [AppComponent](https://github.com/FR0ST1N/AniList/blob/master/src/app/app.component.ts) Class to Change the User.
### Building for GitHub Pages
```
ng build --prod --base-href https://username.github.io/RepositoryName/
```### Deploying to Github Pages
Use [angular-cli-ghpages](https://github.com/angular-buch/angular-cli-ghpages) to Deploy.