Skip to content

wckansai2016/wapuu-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wapuu JSON API

Build Status

JSON API for Wapuu in the World.

See more about 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.
  3. Give us pull-request.

You don't need to send pull-request for your Wapuu image to Wapuu archive repository. We are hoping that your Wapuu should be in your own GitHub repository. 😄

Issue or Question

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.0%
  • Shell 38.0%