{"id":13462103,"url":"https://github.com/malcodeman/weather-api","last_synced_at":"2025-08-15T22:16:05.373Z","repository":{"id":88491385,"uuid":"162330700","full_name":"malcodeman/weather-api","owner":"malcodeman","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-23T14:13:15.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T17:53:22.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/malcodeman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-18T18:36:36.000Z","updated_at":"2018-12-23T14:13:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4bf41b2-2f15-4618-865b-2fb775cf2d42","html_url":"https://github.com/malcodeman/weather-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malcodeman/weather-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcodeman%2Fweather-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcodeman%2Fweather-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcodeman%2Fweather-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcodeman%2Fweather-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malcodeman","download_url":"https://codeload.github.com/malcodeman/weather-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcodeman%2Fweather-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260447679,"owners_count":23010546,"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":[],"created_at":"2024-07-31T12:00:38.675Z","updated_at":"2025-06-17T22:06:18.924Z","avatar_url":"https://github.com/malcodeman.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Weather api\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/master/LICENSE)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\nKeep in mind that `GetLocation` method won't work as expected when deployed because it will fetch the location of the server, not client.\n\nThis project serves as proxy server for `Dark Sky API` because they disable cors as a [security precaution](https://darksky.net/dev/docs/faq).\n\n## Table of Contents\n\n- [Usage](#usage)\n- [License](#license)\n\n## Usage\n\n.env file should look like this:\n\n```\nDARKSKY_API_KEY=123\nIPSTACK_API_KEY=123\nPORT=5000\n```\n\nwithout docker:\n\n```\ngo run main.go\n```\n\nor with docker:\n\n```\ndocker build -t \u003cimage-name\u003e .\ndocker run -p 5000:5000 \u003cimage-name\u003e\n```\n\n## License\n\nThis project is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalcodeman%2Fweather-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalcodeman%2Fweather-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalcodeman%2Fweather-api/lists"}