Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
ff8c0802
Commit
ff8c0802
authored
Aug 03, 2017
by
Dave Machado
Committed by
GitHub
Aug 03, 2017
Browse files
Merge pull request #3 from davemachado/err_branch
test pr for travis comment
parents
42d12725
3fb2b4f7
Changes
3
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
ff8c0802
language
:
node_js
language
:
python
notifications
:
email
:
false
before_install
:
-
rvm install 2.4.0
-
wget https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/requirements.txt
install
:
-
gem install httparty ruby-progressbar
-
wget -O build/build_bot https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/build_bot.py
-
pip install build-bot
-
pip install -r requirements.txt
before_script
:
-
cd build
script
:
...
...
README.md
View file @
ff8c0802
...
...
@@ -61,8 +61,8 @@ API | Description | Auth | HTTPS | Link |
API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
| AniList | AniList Anime |
`OAuth`
| No |
[
Go!
](
http://anilist-api.readthedocs.io/en/latest/
)
|
| Jikan |
U
nofficial MyAnimeList API | No | Yes |
[
Go!
](
https://jikan.me
)
|
| Kitsu |
Anime discovery platform |
`OAuth`
| Yes |
[
Go!
](
http://docs.kitsu.apiary.io/
)
|
| Jikan |
u
nofficial 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
)
|
### Anti-Malware
...
...
@@ -87,15 +87,15 @@ API | Description | Auth | HTTPS | Link |
### Books
API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
|
British National Bibliography | Books | No | No |
[
Go!
](
http://bnb.data.bl.uk/
)
|
|British National Bibliography | Books | No | No |
[
Go!
](
http://bnb.data.bl.uk/
)
|
| Goodreads | Books | No | Yes |
[
Go!
](
https://www.goodreads.com/api
)
|
| Google Books | Books |
`OAuth`
| Yes |
[
Go!
](
https://developers.google.com/books/
)
|
### Business
API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
| mailgun | Email Service |
`api
K
ey`
| Yes |
[
Go!
](
https://www.mailgun.com/
)
|
| markerapi | Trademark Search | No |
N
o |
[
Go!
](
http://www.markerapi.com/
)
|
| mailgun | Email Service |
`api
k
ey`
| Yes |
[
Go!
](
https://www.mailgun.com/
)
|
| markerapi | Trademark Search | No |
n
o |
[
Go!
](
http://www.markerapi.com/
)
|
### Calendar
API | Description | Auth | HTTPS | Link |
...
...
build/main.sh
View file @
ff8c0802
...
...
@@ -22,7 +22,7 @@ echo "running format validation..."
./validate_format.rb
$FORMAT_FILE
>
format_results.txt
if
[[
$?
!=
0
]]
;
then
echo
"format validation failed!"
cat
format_results.txt | build_bot
cat
format_results.txt | build_bot
.py
exit
1
else
echo
"format validation passed!"
...
...
@@ -31,7 +31,7 @@ echo "running link validation..."
./validate_links.rb
$LINK_FILE
if
[[
$?
!=
0
]]
;
then
echo
"link validation failed!"
echo
"link(s) were unavailible during the build. Please verfiy that they are valid."
| build_bot
echo
"link(s) were unavailible during the build. Please verfiy that they are valid."
| build_bot
.py
exit
1
else
echo
"link validation passed!"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment