{"id":15011328,"url":"https://github.com/andre-araujo/weather-app","last_synced_at":"2026-01-29T13:48:29.872Z","repository":{"id":143817802,"uuid":"131927172","full_name":"andre-araujo/weather-app","owner":"andre-araujo","description":"A simple app to do Weather forecast world-wide using Parceljs and ReactJs","archived":false,"fork":false,"pushed_at":"2018-05-03T01:52:31.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T00:05:24.604Z","etag":null,"topics":["docker","lesscss","nodejs","parcel-bundler","postcss","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/andre-araujo.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,"publiccode":null,"codemeta":null}},"created_at":"2018-05-03T01:51:52.000Z","updated_at":"2018-05-03T02:20:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bf56a9e-fb99-46e0-9f29-93b956b7d099","html_url":"https://github.com/andre-araujo/weather-app","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"47865f7ffb9b107b17a25c2aa7add760cde559df"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andre-araujo/weather-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-araujo%2Fweather-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-araujo%2Fweather-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-araujo%2Fweather-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-araujo%2Fweather-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andre-araujo","download_url":"https://codeload.github.com/andre-araujo/weather-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-araujo%2Fweather-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28878739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","lesscss","nodejs","parcel-bundler","postcss","reactjs"],"created_at":"2024-09-24T19:40:42.990Z","updated_at":"2026-01-29T13:48:29.852Z","avatar_url":"https://github.com/andre-araujo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather forecast\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nA simple app to do Weather forecast world-wide using [*Parceljs*](https://parceljs.org/) and [*ReactJs*](https://reactjs.org/)\n\n*Location API will only work in dev mode or HTTPS enviroment*\n\n## Usage with node\n\n`node v8.11.1 LTS` or above is recomended for this project\n\n### Install\n`npm install` : Get project dependencies\n\n### Run in develop mode\n`npm run dev` : Runs in *develop mode* with hot reload, no cashing, and no minification\n\nIt will run at [http://localhost:3000]()\n\n### Run in production mode\n`npm start` : Runs in *production mode* with a production-ready optimized build\n\n### Build\n`npm run build:prod` : Builds the project in *production mode* as an static app a `./dist` folder\n\n## Testing\n`npm run test:coverage` : Runs test coverage using jest as a testing tool\n\n## Running security check\n`npm run security` : Check security issues with [nsp](https://github.com/nodesecurity/nsp)\n\n## Usage with docker\n\nThe [Docker](https://www.docker.com/what-docker) platform leverages Docker containers to enable IT operations teams and Developement teams to build, ship and run any application, anywhere.\n\nThis project uses docker to ensure stability in production enviroments.\n\n### Install docker\n\nYou can get docker at https://docs.docker.com/install/\n\n### Build the image\n\n`docker build -t weatherapp`\n\n### Running the project\n\n`docker run -p 3000:3000 weatherapp`\n\n## Project stack\n\n- [*Express*](http://expressjs.com/)\n  - Node server framework to make a proxy between [Bing API](https://www.bing.com/HPImageArchive.aspx?format=js\u0026idx=0\u0026n=1\u0026mkt=pt-BR) and the client application\n  - Serving the aplication, since it's proxing a service to enable cross-site with Bing API\n- [*Parceljs*](https://parceljs.org/)\n  - Aplication Bundler\n  - Blazing fast, zero configuration web application bundler\n  - Choosen for the premise that is a faster bundler\n  - Even it has no tree-shaking at version *1.7.1*, it suits this small application\n- [*ReactJs*](https://reactjs.org/)\n  - A JavaScript library for building user interfaces\n  - Fast and well accepted\n- [*PostCSS*](http://postcss.org/)\n  - Enhancing final css\n- [*LessCSS*](http://lesscss.org/)\n  - Helps keep styles code clean and organized\n- [*CSSModules*](https://github.com/css-modules)\n  - Keeps css socpe for each component\n- [*nsp*](https://github.com/nodesecurity/nsp)\n  - CLI tool to help identify known vulnerabilities in packages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandre-araujo%2Fweather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandre-araujo%2Fweather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandre-araujo%2Fweather-app/lists"}