{"id":17114635,"url":"https://github.com/witalewski/nightcall","last_synced_at":"2025-04-13T04:07:04.711Z","repository":{"id":33179578,"uuid":"151706788","full_name":"witalewski/nightcall","owner":"witalewski","description":"🌃 Automatically switch between light and dark system themes on sunrise and sunset.","archived":false,"fork":false,"pushed_at":"2025-03-24T05:37:16.000Z","size":2343,"stargazers_count":2,"open_issues_count":48,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T04:06:58.100Z","etag":null,"topics":["dark-theme","javascript","launchdagent","light-theme","nodejs"],"latest_commit_sha":null,"homepage":"","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/witalewski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-05T10:47:23.000Z","updated_at":"2022-09-07T09:12:58.000Z","dependencies_parsed_at":"2024-03-15T21:44:38.647Z","dependency_job_id":"862e1bc4-00d1-4595-afdd-ace269260faa","html_url":"https://github.com/witalewski/nightcall","commit_stats":{"total_commits":87,"total_committers":5,"mean_commits":17.4,"dds":0.1954022988505747,"last_synced_commit":"459d649401d6fdd25ea713fa6e74a7dc77b2b663"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witalewski%2Fnightcall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witalewski%2Fnightcall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witalewski%2Fnightcall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witalewski%2Fnightcall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/witalewski","download_url":"https://codeload.github.com/witalewski/nightcall/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661705,"owners_count":21141450,"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":["dark-theme","javascript","launchdagent","light-theme","nodejs"],"created_at":"2024-10-14T17:19:34.563Z","updated_at":"2025-04-13T04:07:04.684Z","avatar_url":"https://github.com/witalewski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🌃 Nightcall\n\n[![Build Status](https://travis-ci.com/witalewski/nightcall.svg?branch=master)](https://travis-ci.com/witalewski/nightcall)\n[![Coverage Status](https://coveralls.io/repos/github/witalewski/nightcall/badge.svg?branch=master)](https://coveralls.io/github/witalewski/nightcall?branch=master)[![Known Vulnerabilities](https://snyk.io/test/github/witalewski/nightcall/badge.svg?targetFile=package.json)](https://snyk.io/test/github/witalewski/nightcall?targetFile=package.json)\n\nAutomatically switch between light and dark system themes on sunrise and sunset.\n\n## Getting Started\n\n### Prerequisites\n\nAs of today, Nightcall only works with macOS. Standalone installation will make most sense with Mojave (or newer) as this is the first version to have a proper dark OS theme.\n\n### Installing\n\nJust run:\n\n```sh\nyarn global add nightcall\n```\nor:\n```sh\nnpm i -g nightcall\n```\n\nNightcall will be installed globally and automatic setup will follow right after installation.\n\n\nThere is a [Nightcall (VS Code)](https://marketplace.visualstudio.com/items?itemName=witalewski.nightcall-vs-code) extension available to switch between dark and light themes in VS Code in sync with Nightcall.\n\n![Nightcall demo GIF](https://media.giphy.com/media/d2a9dVmhW4vb1vw0zU/giphy.gif)\n\n## Running the tests\n\nTo run tests locally, go to the module directory and execute `yarn run jest`\n\n## Built With\n\n* [suncalc](https://www.npmjs.com/package/suncalc) - for calculating sunrise and sunset\n* [public-ip](https://www.npmjs.com/package/public-ip) - for obtaining public IP address\n* [api.ipstack.com](http://api.ipstack.com/) - for getting location based on public IP address\n* [node-wifiscanner](https://www.npmjs.com/package/node-wifiscanner) - for getting data about wifi APs in the surrounding\n\n### Inspired by\n\n* [NightSwitch](https://marketplace.visualstudio.com/items?itemName=gharveymn.nightswitch) - VS Code extension for switching between light and dark theme on sunrise and sunset\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) and [CODE_OF_CONCUCT.md](CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). \n\n## Authors\n\n* **Kris Witalewski** - *Initial work* - [@witalewski](https://github.com/witalewski/)\n\nSee also the list of [contributors](https://github.com/witalewski/nightcall/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitalewski%2Fnightcall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwitalewski%2Fnightcall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitalewski%2Fnightcall/lists"}