Browse Source

Merge branch 'master' into feature/add-json

pull/368/head
Dave Machado 6 years ago
committed by GitHub
parent
commit
ab50c415ae
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      .travis.yml
  2. +1
    -0
      README.md

+ 1
- 1
.travis.yml View File

@@ -6,7 +6,7 @@ before_install:
install:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-ssl --allow 403 302
- awesome_bot README.md --allow-ssl --allow 403,302
after_success:
- cd build
- sh build.sh


+ 1
- 0
README.md View File

@@ -58,6 +58,7 @@ API | Description | Auth | HTTPS | Link |
API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
| AniList | AniList Anime | `OAuth` | No | [Go!](http://anilist-api.readthedocs.io/en/latest/) |
| Jikan | Unofficial MyAnimeList API | No | Yes | [Go!](https://jikan.me) |
| Kitsu | Anime discovery platform | `OAuth` | Yes | [Go!](http://docs.kitsu.apiary.io/) |
| Studio Ghibli | Resources from Studio Ghibli films | No | Yes | [Go!](https://ghibliapi.herokuapp.com) |



Loading…
Cancel
Save