Giter Club home page Giter Club logo

dialetus-service's Introduction

CircleCI PRs Welcome GitHub license All Contributors

How did the idea come about?

The idea came about through the meeting of friends who only knew each other through the internet, each one with its linguistic-cultural traits, we thought of creating an informal dictionary for the idiomatic expressions that each Brazilian region possessed, so the project was totally collaborative, bringing cultural diversity from each one of us, being able, to deepen in the our Brazilian's daily culture.

Projects using the dialects-service

馃搩 API

All endpoints live under the URL https://dialetus-service.now.sh and then generally follow the REST architecture.

All requests must be encoded as JSON with the Content-Type: application/json header. Most responses, including errors, are encoded exclusively as JSON as well.

GET /regions

List all regions available with the total mapped dialects.

Request

$ curl https://dialetus-service.now.sh/regions

Response

[{
  "name": "alagoanes",
  "total": 64
}, {
  "name": "baianes",
  "total": 41
}, {
  "name": "carioques",
  "total": 14
}, {
  "name": "catarines",
  "total": 22
}, {
  "name": "cearences",
  "total": 10
}, {
  "name": "gauches",
  "total": 18
}, {
  "name": "mineires",
  "total": 26
}, {
  "name": "paranes",
  "total": 53
}, {
  "name": "paulistes",
  "total": 16
}, {
  "name": "pernambuques",
  "total": 17
}, {
  "name": "potiguares",
  "total": 34
}, {
  "name": "rondones",
  "total": 9
}]

GET /regions/:region/dialects

List all dialects mapped.

Request

$ curl https://dialetus-service.now.sh/regions/baianes/dialects

Response

[
  {
    "slug": "relaxe-mo-fiu",
    "dialect": "Relaxe m么 fiu.",
    "meanings": [
      "Sem problemas",
      "Fique tranquilo"
    ],
    "examples": [
      "脭 vei, relaxe m么 fiu todo nervoso ele."
    ]
  },
  {
    "slug": "e-bala",
    "dialect": "脡 bala!",
    "meanings": [
      "algo interessante",
      "massa"
    ],
    "examples": [
      "Que computador bala!"
    ]
  },
  {
    "slug": "comer-agua",
    "dialect": "Comer 谩gua!",
    "meanings": [
      "Vodka",
      "Cerveja",
      "Qualquer bebida que contenha 谩lcool"
    ],
    "examples": [
      "Vamo pro reg comer 谩gua galera!"
    ]
  },
]

GET /regions/:region/dialects/:slug

Get a dialect by slug.

Request

$ curl https://dialetus-service.now.sh/regions/baianes/dialects/relaxe-mo-fiu

Response

{
  "slug": "relaxe-mo-fiu",
  "dialect": "Relaxe m么 fiu.",
  "meanings": [
    "Sem problemas",
    "Fique tranquilo"
  ],
  "examples": [
    "脭 vei, relaxe m么 fiu todo nervoso ele."
  ]
}

List of dialects

GET /dialect

GET /dialect

# /dialect/:region
GET /dialect/baianes
GET /dialect/mineires
GET /dialect/paranes
GET /dialect/carioques
GET /dialect/potiguares
GET /dialect/rondones
GET /dialect/cearences
GET /dialect/pernambuques
GET /dialect/catarines
GET /dialect/gauches

Respect earns Respect 馃憦

Please respect our Code of Conduct, in short:

  • Using welcoming and inclusive language
  • Being respectful of differing viewpoints and experiences
  • Gracefully accepting constructive criticism
  • Focusing on what is best for the community
  • Showing empathy towards other community members

Contribute 馃崟

Please take a look at the contributing guide.

Authors 馃槑

Contributors 馃帀

Thanks goes out to all these wonderful people (emoji key):


Marcus Silva

馃捇 馃摉 馃憖

Angelm谩rio Santana

馃捇 馃摉 馃憖

Rodolfo Silva

馃捇 馃摉 馃憖

Bruno Pulis

馃捇

Wellington Mitrut

馃捇

Diego Ramos

馃捇

Caio Alc芒ntara

馃捇

Lucas Farias

馃捇

Higor Morais

馃捇

Medson Mendes

馃捇

Rand褧on Oliveira

馃捇

Murillo de Miranda Pereira

馃捇

Rafael Nunes

馃捇

Will Mendes

馃捇

kathleenrego

馃捇

Jader

馃捇

Rodolfo Candido

馃捇

Jefferson Moura

馃捇

Raphael Amorim

馃捇

Adriano Canofre

馃捇

Maur铆cio Coelho

馃捇

Marcela Barella

馃捇

License

Dialetus is released under the MIT license.

Copyright 漏 2018.

dialetus-service's People

Contributors

adrianocanofre avatar anfsantana avatar angelobms avatar brunohgv avatar caiojhonny avatar clucasalcantara avatar erick2280 avatar higorae avatar jdrgoms avatar jeffersonmourak avatar kathleenrego avatar luizferreira094 avatar luksrn avatar marcelabarella avatar matheusmedeiros avatar mauscoelho avatar murillo94 avatar mvfsillva avatar peaonunes avatar rands0n avatar raphamorim avatar rdiego26 avatar rdl-candido avatar rodolfosilva avatar tigerrobocop avatar victorferreira avatar willmendesneto avatar wmitrut avatar yanccprogramador avatar yanmagale avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.