/ditado-api

Public API to serve ditados, i.e., popular portuguese sayings.

Primary LanguageJavaScriptMIT LicenseMIT

ditado-api

Public API to serve ditados, i.e., popular Portuguese sayings.

Why?

Github Actions had just came out and I wanted to learn all about it, namely how to automate deployments via Heroku. Fetching ditados seemed like the perfect excuse. Also inspired by this.

API

Public REST API available at https://ditado-api.herokuapp.com.

  • GET /ditados - Fetch all entries
  • GET /ditados/random - Fetch random entry.

Contribute

  • Fork this repo and edit ditados.json;
  • Add a ditado, including what it means under the meaning field:
{
   "ditados":[
      (...)
      {
         "content":"Your ditado",
         "meaning":"What it means"
      }
   ]
}
  • Submit a PR and celebrate 🎉