Skip to content

Commit

Permalink
Deploy from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Jun 30, 2016
0 parents commit 2397a47
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Wapuu JSON API
[![Build Status](https://travis-ci.org/jawordpressorg/wapuu-api.svg?branch=master)](https://travis-ci.org/jawordpressorg/wapuu-api)

JSON API for Wapuu in the World.

[See more about Wapuu.](http://jawordpressorg.github.io/wapuu/)

## Endpoint

https://jawordpressorg.github.io/wapuu-api/v1/wapuu.json

## Schemes

```
[
{
"name": "original-wapuupng",
"wapuu": {
"name": "Wapuu",
"url": "https://ja.wordpress.org/",
"repository": "https://github.com/jawordpressorg/wapuu",
"src": "https://jawordpressorg.github.io/wapuu/wapuu-archive/original-wapuu.png",
"mime_type": "image/png"
},
"author": {
"name": "Kazuko Kaneuchi",
"url": "https://twitter.com/mutsuking"
},
"description": "Original Wapuu"
},
...
```

1. name - The unique name of your Wapuu. Please input using half-width English numbers and letters and hyphen.
2. wapuu.name - The name of Wapuu.
3. wapuu.url - The URL to the site. e.g. https://xxx.wordcamp.org/
4. wapuu.repository - The repository URL of your Wapuu. In many case, it is GitHub's URL.
5. wapuu.src - The image url of the Wapuu. It should be GIF or PNG or JPEG.
6. wapuu.mime_type - The mime_type of your Wapuu. It should be image/png or so.
7. author.name - Author's name.
8. author.url - Author's URL.
9. description - The description of your Wapuu.

## How to Add your Wapuu

1. Fork this repository.
2. Please add your Wapuu's information into [wapuu.csv](https://github.com/jawordpressorg/wapuu-api/blob/master/wapuu.csv).
3. Give us pull-request.

You don't need to send pull-request for your Wapuu image to [Wapuu archive](http://jawordpressorg.github.io/wapuu/) repository.
We are hoping that your Wapuu should be in your own GitHub repository. :smile:

## Issue or Question

https://github.com/jawordpressorg/wapuu-api/issues
Loading

0 comments on commit 2397a47

Please sign in to comment.