{"id":19795643,"url":"https://github.com/oluwis/express-weather-rest-api","last_synced_at":"2026-04-16T10:03:56.030Z","repository":{"id":184108917,"uuid":"671251407","full_name":"OLuwis/express-weather-rest-api","owner":"OLuwis","description":"Uma API Rest Feita Com Express, Typescript E Axios.","archived":false,"fork":false,"pushed_at":"2024-02-06T15:31:59.000Z","size":588,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-12T07:16:51.727Z","etag":null,"topics":["axios","bcrypt","eslint","jest","jwt","node","postgresql","supertest","tsx","typeorm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OLuwis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-07-26T22:35:40.000Z","updated_at":"2024-10-05T03:48:14.000Z","dependencies_parsed_at":"2023-07-27T05:24:40.461Z","dependency_job_id":"a2cbaa7e-71eb-4faa-93cb-4e14c7964967","html_url":"https://github.com/OLuwis/express-weather-rest-api","commit_stats":null,"previous_names":["oluwis/weatherapp-node","oluwis/weatherrestapi","oluwis/express-weather-rest-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OLuwis%2Fexpress-weather-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OLuwis%2Fexpress-weather-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OLuwis%2Fexpress-weather-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OLuwis%2Fexpress-weather-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OLuwis","download_url":"https://codeload.github.com/OLuwis/express-weather-rest-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233441949,"owners_count":18676776,"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":["axios","bcrypt","eslint","jest","jwt","node","postgresql","supertest","tsx","typeorm"],"created_at":"2024-11-12T07:16:55.823Z","updated_at":"2026-04-16T10:03:55.981Z","avatar_url":"https://github.com/OLuwis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eWeather Rest API\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Uma API Rest Feita Com Express, Typescript E Axios.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n### Sobre o projeto:\n\nUm projeto que fiz de uma API Rest com Node.js, Typescript, Express.js, TypeORM, PostgreSQL, Jest, Supertest, ESLint, JWT e Bcrypt.\n\nEsta API possui authenticação, rotas para cadastro e login, JsonWebTokens para authenticação, criptografia de senhas, também possui testes de integração feitas com o Supertest.\n\n### Feito com:\n\n[![Node][Node.js]][Node-url]\n[![Typescript][Typescript]][Typescript-url]\n[![Express][Express.js]][Express-url]\n[![PostgreSQL][PostgreSQL]][PostgreSQL-url]\n[![Jest][Jest]][Jest-url]\n[![ESLint][ESLint]][ESLint-url]\n[![JWT][JWT]][JWT-url]\n\n### Requisitos:\n\n* [Node.js 18+][Node-url]\n* [PostgreSQL 15+][PostgreSQL-url]\n* Uma chave de API do [OpenWeatherMap][OpenWeatherMap-url]\n\n### Instalação:\n\n1. Pegue uma API gratis em: [https://openweathermap.org/api](https://openweathermap.org/api)\n\n2. Clone este repositório:\n   ```sh\n   git clone https://github.com/OLuwis/WeatherAPI-Node.git\n   ```\n\n3. Instale as dependências:\n   ```sh\n   npm install\n   ```\n\n4. Crie um arquivo `.env` e defina as variáveis de ambiente (exemplo com minha chave para API):\n   ```js\n   APP_PORT=3000\n   DB_PASSWORD=1234\n   SECRET=exemplo\n   API_KEY=723ca64927535b20437a4d2d07490252\n   ```\n\n## Inicialização\n\nPara iniciar o projeto rode o seguinte comando:\n\n   ```sh\n   npm run dev\n   ```\n\n### Contatos:\n\n[![LinkedIn][LinkedIn]][Linkedin-url]\n[![Gmail][Gmail]][Gmail-url]\n\n\u003c!-- LINKS --\u003e\n[LinkedIn]: https://img.shields.io/badge/LinkedIn-0A66C2?logo=linkedin\u0026logoColor=fff\u0026style=for-the-badge\n[Linkedin-url]: https://linkedin.com/in/luismiguelreis\n\n[Gmail]: https://img.shields.io/badge/Gmail-EA4335?logo=gmail\u0026logoColor=fff\u0026style=for-the-badge\n[Gmail-url]: mailto:oluismrs@gmail.com\n\n[Node.js]: https://img.shields.io/badge/Node.js-393?logo=nodedotjs\u0026logoColor=fff\u0026style=for-the-badge\n[Node-url]: https://nodejs.org/\n\n[Typescript]: https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=fff\u0026style=for-the-badge\n[Typescript-url]: https://typescriptlang.org/\n\n[Express.js]: https://img.shields.io/badge/Express-000?logo=express\u0026logoColor=fff\u0026style=for-the-badge\n[Express-url]: https://expressjs.com/pt-br/\n\n[PostgreSQL]: https://img.shields.io/badge/PostgreSQL-4169E1?logo=postgresql\u0026logoColor=fff\u0026style=for-the-badge\n[PostgreSQL-url]: https://postgresql.org/\n\n[Jest]: https://img.shields.io/badge/Jest-C21325?logo=jest\u0026logoColor=fff\u0026style=for-the-badge\n[Jest-url]: https://jestjs.io/pt-BR/\n\n[ESLint]: https://img.shields.io/badge/ESLint-4B32C3?logo=eslint\u0026logoColor=fff\u0026style=for-the-badge\n[ESLint-url]: https://eslint.org/\n\n[JWT]: https://img.shields.io/badge/JSON%20Web%20Tokens-000?logo=jsonwebtokens\u0026logoColor=fff\u0026style=for-the-badge\n[JWT-url]: https://jwt.io/\n\n[OpenWeatherMap-url]: https://openweathermap.org/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foluwis%2Fexpress-weather-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foluwis%2Fexpress-weather-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foluwis%2Fexpress-weather-rest-api/lists"}