{"id":14965829,"url":"https://github.com/mvfsillva/dialetus-service","last_synced_at":"2025-04-05T14:09:21.815Z","repository":{"id":38426232,"uuid":"145943191","full_name":"mvfsillva/dialetus-service","owner":"mvfsillva","description":"API to Informal dictionary for the idiomatic expressions that each Brazilian region It has","archived":false,"fork":false,"pushed_at":"2023-10-19T04:45:26.000Z","size":2354,"stargazers_count":257,"open_issues_count":10,"forks_count":87,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-29T13:11:21.423Z","etag":null,"topics":["api","aws","aws-lambda","brazilian-dialects","dialects","dialects-mapped","dynamodb","idiomatic-expressions","javascript","json","nodejs","regions","rest-api","serverless","serverless-examples","serverless-offline","yarn"],"latest_commit_sha":null,"homepage":"https://dialetus-service.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvfsillva.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"license","code_of_conduct":".github/code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-08-24T04:41:44.000Z","updated_at":"2025-01-06T11:18:06.000Z","dependencies_parsed_at":"2023-02-18T09:30:53.398Z","dependency_job_id":"df142847-a71d-4b49-a451-69dd3f88c8e7","html_url":"https://github.com/mvfsillva/dialetus-service","commit_stats":null,"previous_names":["dialetus/dialetus-service"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fdialetus-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fdialetus-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fdialetus-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fdialetus-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvfsillva","download_url":"https://codeload.github.com/mvfsillva/dialetus-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345854,"owners_count":20924102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","aws","aws-lambda","brazilian-dialects","dialects","dialects-mapped","dynamodb","idiomatic-expressions","javascript","json","nodejs","regions","rest-api","serverless","serverless-examples","serverless-offline","yarn"],"created_at":"2024-09-24T13:35:26.396Z","updated_at":"2025-04-05T14:09:21.797Z","avatar_url":"https://github.com/mvfsillva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" height=\"auto\" src=\".github/logo.svg\"/\u003e\n\u003c/p\u003e\n\n[![CircleCI](https://circleci.com/gh/mvfsillva/dialetus-service.svg?style=svg\u0026circle-token=1e9adb58a5664ddd2c80e17f641775e2cbb6346f)](https://circleci.com/gh/mvfsillva/dialetus-service)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)\n[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-)\n\n# How did the idea come about?\n\n 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.\n\n## Projects using the dialects-service\n\n - [dialetus web](https://github.com/mvfsillva/dialetus)\n - [dialetus-cli](https://github.com/bukinoshita/dialetus-cli) by [Bu Kinoshita](https://github.com/bukinoshita)\n - [dialetus-ios](https://github.com/pamnovalli/dialetus-ios) by [Pamela Bembe](https://github.com/pamnovalli/dialetus-ios)\n \n\n## 📃 API\n\nAll endpoints live under the URL https://dialetus-service.herokuapp.com and then generally follow the REST architecture.\n\nAll requests must be encoded as JSON with the Content-Type: application/json header. Most responses, including errors, are encoded exclusively as JSON as well.\n\n### Structure of dialect object\n\nThe dialect object in `dialects` folder has the following fields:\n\n```js\n{\n  \"dialect\": String,\n  \"meanings\": Array\u003cString\u003e,\n  \"examples\": Array\u003cString\u003e,\n  \"synonyms\": Array\u003cString\u003e // (optional)\n}\n```\n\n### GET /regions\n\nList all regions available with the total mapped dialects.\n\n#### Request\n\n```bash\n$ curl https://dialetus-service.herokuapp.com/regions\n```\n\n#### Response\n\n```json\n[{\n  \"name\": \"alagoanes\",\n  \"total\": 64\n}, {\n  \"name\": \"amazones\",\n  \"total\": 9\n}, {\n  \"name\": \"baianes\",\n  \"total\": 42\n}, {\n  \"name\": \"carioques\",\n  \"total\": 14\n}, {\n  \"name\": \"catarines\",\n  \"total\": 22\n}, {\n  \"name\": \"cearences\",\n  \"total\": 10\n}, {\n  \"name\": \"gauches\",\n  \"total\": 25\n}, {\n  \"name\": \"lageanes\",\n  \"total\": 28\n}, {\n  \"name\": \"maranhes\",\n  \"total\": 15\n}, {\n  \"name\": \"mineires\",\n  \"total\": 26\n}, {\n  \"name\": \"paraense\",\n  \"total\": 30\n}, {\n  \"name\": \"paranes\",\n  \"total\": 53\n}, {\n  \"name\": \"paulistes\",\n  \"total\": 16\n}, {\n  \"name\": \"pernambuques\",\n  \"total\": 17\n}, {\n  \"name\": \"piauies\",\n  \"total\": 30\n}, {\n  \"name\": \"potiguares\",\n  \"total\": 35\n}, {\n  \"name\": \"rondones\",\n  \"total\": 9\n}, {\n  \"name\": \"sergipanes\",\n  \"total\": 11\n}]\n```\n\n### GET /regions/:region/dialects\n\nList all dialects mapped.\n\n#### Request\n\n```bash\n$ curl https://dialetus-service.herokuapp.com/regions/baianes/dialects\n```\n\n#### Response\n\n```json\n[\n  {\n    \"slug\": \"relaxe-mo-fiu\",\n    \"dialect\": \"Relaxe mô fiu.\",\n    \"meanings\": [\n      \"Sem problemas\",\n      \"Fique tranquilo\"\n    ],\n    \"examples\": [\n      \"Ô vei, relaxe mô fiu todo nervoso ele.\"\n    ]\n  },\n  {\n    \"slug\": \"e-bala\",\n    \"dialect\": \"É bala!\",\n    \"meanings\": [\n      \"algo interessante\",\n      \"massa\"\n    ],\n    \"examples\": [\n      \"Que computador bala!\"\n    ]\n  },\n  {\n    \"slug\": \"comer-agua\",\n    \"dialect\": \"Comer água!\",\n    \"meanings\": [\n      \"Vodka\",\n      \"Cerveja\",\n      \"Qualquer bebida que contenha álcool\"\n    ],\n    \"examples\": [\n      \"Vamo pro reg comer água galera!\"\n    ]\n  },\n]\n```\n\n### GET /regions/:region/dialects/:slug\n\nGet a dialect by slug.\n\n#### Request\n\n```bash\n$ curl https://dialetus-service.herokuapp.com/regions/baianes/dialects/relaxe-mo-fiu\n```\n\n#### Response\n\n```json\n{\n  \"slug\": \"relaxe-mo-fiu\",\n  \"dialect\": \"Relaxe mô fiu.\",\n  \"meanings\": [\n    \"Sem problemas\",\n    \"Fique tranquilo\"\n  ],\n  \"examples\": [\n    \"Ô vei, relaxe mô fiu todo nervoso ele.\"\n  ]\n}\n```\n\n### GET /search?q={words}\n\nSearch the words in all dialects mapped.\n\n#### Request\n\n```bash\n$ curl https://dialetus-service.herokuapp.com/search?q=regui\n```\n\n#### List of dialects\n\n### GET /dialect\n\n```bash\nGET /dialect\n\n# /dialect/:region\nGET /dialect/baianes\nGET /dialect/mineires\nGET /dialect/paranes\nGET /dialect/carioques\nGET /dialect/potiguares\nGET /dialect/rondones\nGET /dialect/cearences\nGET /dialect/pernambuques\nGET /dialect/piauies\nGET /dialect/catarines\nGET /dialect/paraense\nGET /dialect/gauches\n```\n\n#### Response\n\n```json\n{\n  \"baianes\": [\n    {\n      \"slug\": \"regui\",\n      \"dialect\": \"Regui\",\n      \"meanings\": [\n          \"Reunião com os amigos\",\n          \"Balada\",\n          \"Festa\"\n      ],\n      \"examples\": [\n        \"Ô mizera, bora pro regui logo vá!\"\n      ]\n    },\n    {\n      \"slug\": \"num-to-comeno-regui\",\n      \"dialect\": \"Num tô comeno regui\",\n      \"meanings\": [\n        \"Não acreditar em algo\",\n        \"Não se importar\"\n      ],\n      \"examples\": [\n        \"Num tô comeno regui não viu pae.\"\n      ]\n    }\n  ]\n}\n```\n\n#### Request\n\n```bash\n$ curl https://dialetus-service.herokuapp.com/search?q=Virado no cão\n```\n\n#### Response\n\n```json\n{\n  \"baianes\": [{\n    \"slug\": \"virado-no-cao\",\n    \"dialect\": \"Virado no cão\",\n    \"meanings\": [\n      \"Mal humorado\",\n      \"Aborrecido\"\n    ],\n    \"examples\": [\n      \"Eu to virado no cão, o primeiro que passar na minha frente vou rumaláporra!\"\n    ]\n  }]\n}\n```\n\n#### Request\n\n```bash\n$ curl https://dialetus-service.herokuapp.com/search?q=baita\n```\n\n#### Response\n\n```json\n{\n  \"gauches\": [{\n    \"slug\": \"baita\",\n    \"dialect\": \"Baita\",\n    \"meanings\": [\n      \"Grande\",\n      \"Imenso\"\n    ],\n    \"examples\": [\n      \"Bah tchê, que baita de um problema tu arranjaste?!\"\n    ]\n  }],\n  \"paranes\": [{\n    \"slug\": \"baita\",\n    \"dialect\": \"Baita\",\n    \"meanings\": [\n      \"grande\",\n      \"enorme\",\n      \"de grandes proporções\"\n    ],\n    \"examples\": [\n      \"Mas que baita susto tu me deu\"\n    ]\n  }]\n}\n```\n\n### GET /flags\n\nList all flags of a dialects available.\n\n#### Request\n\n```bash\n$ curl https://dialetus-service.herokuapp.com/flags\n```\n\n#### Response\n\n```json\n{\n    \"flags\": [\n        {\n            \"key\": \"alagoanes\",\n            \"url\": \"https://mydomain.com.br/database/flags/alagoanes.svg\"\n        },\n        {\n            \"key\": \"amazones\",\n            \"url\": \"https://mydomain.com.br/database/flags/amazones.svg\"\n        },\n        {\n            \"key\": \"baianes\",\n            \"url\": \"https://mydomain.com.br/database/flags/baianes.svg\"\n        },\n        {\n            \"key\": \"carioques\",\n            \"url\": \"https://mydomain.com.br/database/flags/carioques.svg\"\n        },\n        {\n            \"key\": \"catarines\",\n            \"url\": \"https://mydomain.com.br/database/flags/catarines.svg\"\n        },\n        {\n            \"key\": \"cearences\",\n            \"url\": \"https://mydomain.com.br/database/flags/cearences.svg\"\n        },\n        {\n            \"key\": \"gauches\",\n            \"url\": \"https://mydomain.com.br/database/flags/gauches.svg\"\n        },\n        {\n            \"key\": \"lageanes\",\n            \"url\": \"https://mydomain.com.br/database/flags/lageanes.svg\"\n        },\n        {\n            \"key\": \"maranhes\",\n            \"url\": \"https://mydomain.com.br/database/flags/maranhes.svg\"\n        },\n        {\n            \"key\": \"mineires\",\n            \"url\": \"https://mydomain.com.br/database/flags/mineires.svg\"\n        },\n        {\n            \"key\": \"paraense\",\n            \"url\": \"https://mydomain.com.br/database/flags/paraense.svg\"\n        },\n        {\n            \"key\": \"paranes\",\n            \"url\": \"https://mydomain.com.br/database/flags/paranes.svg\"\n        },\n        {\n            \"key\": \"paulistes\",\n            \"url\": \"https://mydomain.com.br/database/flags/paulistes.svg\"\n        },\n        {\n            \"key\": \"pernambuques\",\n            \"url\": \"https://mydomain.com.br/database/flags/pernambuques.svg\"\n        },\n        {\n            \"key\": \"piauies\",\n            \"url\": \"https://mydomain.com.br/database/flags/piauies.svg\"\n        },\n        {\n            \"key\": \"potiguares\",\n            \"url\": \"https://mydomain.com.br/database/flags/potiguares.svg\"\n        },\n        {\n            \"key\": \"rondones\",\n            \"url\": \"https://mydomain.com.br/database/flags/rondones.svg\"\n        },\n        {\n            \"key\": \"sergipanes\",\n            \"url\": \"https://mydomain.com.br/database/flags/sergipanes.svg\"\n        }\n    ]\n}\n```\n\n### GET /flags/:key\n\nGet a dialect flag by key.\n\n#### Request\n\n```bash\n$ curl https://dialetus-service.herokuapp.com/flags/baianes\n```\n\n#### Response\n\n```json\n{\n    \"flag\": {\n        \"key\": \"baianes\",\n        \"url\": \"https://mydomain.com.br/database/flags/baianes.svg\"\n    }\n}\n```\n\n## Contribute 🍕\n### 01. Install dependencies\n\n```sh\n$ yarn\n```\n\n### 02. Create configs\n\nCreate a `.env` file at the root of the project. Make sure you follow the [`.env.example`](.env.example) file as a guide.\n\n### 03. Run project\n\n```sh\n$ yarn dev\n```\n\n### 04. Learn more in the Contributing guide\n\nPlease take a look at the [contributing guide](.github/contributing.md).\n\n## Respect earns Respect 👏\n\nPlease respect our [Code of Conduct](.github/code-of-conduct.md), in short:\n\n- Using welcoming and inclusive language\n- Being respectful of differing viewpoints and experiences\n- Gracefully accepting constructive criticism\n- Focusing on what is best for the community\n- Showing empathy towards other community members\n\n## Authors 😎\n\n- Marcus Silva ([@mvfsillva](https://github.com/mvfsillva))\n- Angelmario Santana ([@anfsantana](https://github.com/anfsantana))\n- Jader Gomes ([@jdrgomes](https://github.com/jdrgomes))\n- Rodolfo Silva ([@RodolfoSilva](https://github.com/RodolfoSilva))\n\n## Maintainers\n- Marcus Silva ([@mvfsillva](https://github.com/mvfsillva))\n- Mateus Malaquias ([@malaquiasdev](https://github.com/malaquiasdev))\n\n## Contributors 🎉\nThanks goes out to all these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/4579340?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcus Silva\u003c/b\u003e\u003c/sub\u003e](https://github.com/mvfsillva)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=mvfsillva \"Code\") [📖](https://github.com/mvfsillva/dialetus-service/commits?author=mvfsillva \"Documentation\") [👀](#review-mvfsillva \"Reviewed Pull Requests\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/7683909?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAngelmário Santana\u003c/b\u003e\u003c/sub\u003e](https://github.com/anfsantana)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=anfsantana \"Code\") [📖](https://github.com/mvfsillva/dialetus-service/commits?author=anfsantana \"Documentation\") [👀](#review-anfsantana \"Reviewed Pull Requests\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/1703020?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRodolfo Silva\u003c/b\u003e\u003c/sub\u003e](http://www.rodolfosilva.com)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=RodolfoSilva \"Code\") [📖](https://github.com/mvfsillva/dialetus-service/commits?author=RodolfoSilva \"Documentation\") [👀](#review-RodolfoSilva \"Reviewed Pull Requests\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/1204692?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBruno Pulis\u003c/b\u003e\u003c/sub\u003e](http://www.brunopulis.com)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=brunopulis \"Code\") | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/5539257?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWellington Mitrut\u003c/b\u003e\u003c/sub\u003e](https://medium.com/blog-do-mitrut/)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=Wmitrut \"Code\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/1463578?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDiego Ramos\u003c/b\u003e\u003c/sub\u003e](https://www.linkedin.com/in/rdiego26/)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=rdiego26 \"Code\") | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/6919712?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCaio Alcântara\u003c/b\u003e\u003c/sub\u003e](http://sourcerer.io/clucasalcantara)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=clucasalcantara \"Code\") |\n| :---: | :---: | :---: | :---: | :---: | :---: | :---: |\n| [\u003cimg src=\"https://avatars2.githubusercontent.com/u/698313?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLucas Farias\u003c/b\u003e\u003c/sub\u003e](https://medium.com/@luksrn)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=luksrn \"Code\") | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/808785?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHigor Morais\u003c/b\u003e\u003c/sub\u003e](https://github.com/higorae)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=higorae \"Code\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/19912294?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMedson Mendes\u003c/b\u003e\u003c/sub\u003e](https://github.com/lmedson)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=lmedson \"Code\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/4191734?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRandѕon Oliveira\u003c/b\u003e\u003c/sub\u003e](https://rands0n.com)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=rands0n \"Code\") | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/9031279?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMurillo de Miranda Pereira\u003c/b\u003e\u003c/sub\u003e](https://twitter.com/murillomirandaa)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=murillo94 \"Code\") | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/3356720?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRafael Nunes\u003c/b\u003e\u003c/sub\u003e](http://peaonunes.github.io/)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=peaonunes \"Code\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/1252570?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWill Mendes\u003c/b\u003e\u003c/sub\u003e](https://medium.com/@willmendesneto)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=willmendesneto \"Code\") |\n| [\u003cimg src=\"https://avatars2.githubusercontent.com/u/26495329?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ekathleenrego\u003c/b\u003e\u003c/sub\u003e](https://github.com/kathleenrego)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=kathleenrego \"Code\") | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/15023006?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJader\u003c/b\u003e\u003c/sub\u003e](https://github.com/jdrgomes)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=jdrgomes \"Code\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/8007426?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRodolfo Candido\u003c/b\u003e\u003c/sub\u003e](https://github.com/rdl-candido)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=rdl-candido \"Code\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/5585596?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJefferson Moura\u003c/b\u003e\u003c/sub\u003e](http://jeffersonmourak.me)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=jeffersonmourak \"Code\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/3630346?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRaphael Amorim\u003c/b\u003e\u003c/sub\u003e](http://raphamorim.io)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=raphamorim \"Code\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/1644099?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAdriano Canofre\u003c/b\u003e\u003c/sub\u003e](https://adrianocanofre.github.io/)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=adrianocanofre \"Code\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/5712300?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaurício Coelho\u003c/b\u003e\u003c/sub\u003e](https://github.com/mauscoelho)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=mauscoelho \"Code\") |\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/13842868?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcela Barella\u003c/b\u003e\u003c/sub\u003e](https://twitter.com/MarcelaBarella)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=MarcelaBarella \"Code\") | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/5808206?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatheus Monte\u003c/b\u003e\u003c/sub\u003e](https://matheusmonte.github.io/)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=matheusmonte \"Code\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/11067705?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGabriel Kalani\u003c/b\u003e\u003c/sub\u003e](https://gkal19.github.io)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=gkal19 \"Code\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/16547662?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRuan Kaylo\u003c/b\u003e\u003c/sub\u003e](https://ruankaylo.netlify.com)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=RuanAyram \"Code\") | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/1802025?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThiago Guimarães\u003c/b\u003e\u003c/sub\u003e](https://github.com/thiagogsr)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=thiagogsr \"Code\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/5823027?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWelkson Ramos\u003c/b\u003e\u003c/sub\u003e](https://twitter.com/welksonramos)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=welksonramos \"Code\") | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/19865835?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMateus Malaquias\u003c/b\u003e\u003c/sub\u003e](http://malaquias.dev)\u003cbr /\u003e[💻](https://github.com/mvfsillva/dialetus-service/commits?author=malaquiasdev \"Code\") |\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\nDialetus is released under the [MIT license](license).\n\nCopyright © 2019.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvfsillva%2Fdialetus-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvfsillva%2Fdialetus-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvfsillva%2Fdialetus-service/lists"}