Skip to content

stephanie-walter/wapuu-luxembourg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wapuu JSON API

Build Status

Readme 日本語

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. Add your Wapuu information into wapuu.csv. You don't need to edit the JSON file since the CI automattically creates it from the CSV file.
  3. Make a pull request in this repository.

There's no need to send pull request for your Wapuu image to Wapuu archive repository, you should have your Wapuu image in your own GitHub repository. 😄

Issue or Question

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

About

Stephanie's Luxembourgish Wapuu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.2%
  • Shell 36.8%