{"id":20981462,"url":"https://github.com/nobe4/fomo.js","last_synced_at":"2026-05-01T05:33:06.282Z","repository":{"id":75248865,"uuid":"52915095","full_name":"nobe4/fomo.js","owner":"nobe4","description":"Fear of missing out. JS to the rescue !","archived":false,"fork":false,"pushed_at":"2016-04-14T13:30:48.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T10:22:39.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nobe4.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":"2016-03-01T22:30:31.000Z","updated_at":"2018-05-29T12:31:36.000Z","dependencies_parsed_at":"2023-06-05T20:45:24.559Z","dependency_job_id":null,"html_url":"https://github.com/nobe4/fomo.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nobe4/fomo.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Ffomo.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Ffomo.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Ffomo.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Ffomo.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nobe4","download_url":"https://codeload.github.com/nobe4/fomo.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Ffomo.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28110890,"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","status":"online","status_checked_at":"2025-12-29T02:00:07.021Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-19T05:38:01.729Z","updated_at":"2025-12-29T05:18:59.500Z","avatar_url":"https://github.com/nobe4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fomo.js\n\nFear of missing out. JS to the rescue !\n\nAdd an url, a selector and let the notifications flow !\nSee test.js for an example.\n\n## Installation\n\n    npm install nobe4/fomo.js\n\n## Usage\n\n    var fomo = require('fomo.js');\n    fomo( /* config */ );\n\nWhen you click on the notification, it will open the url in your web browser.\n\n## Config\n\nThe configuration has the following format :\n\n      [\n         { url : '', selector: '', frequence: 0, callback: function(url, innerText, innerHTML) {} },\n         ...\n      ]\n\nThe frequence is optional (default: 1 minute).\nThe callback is optional. By default the notification pops up and nothing else happens. If you do specify one, it will prevent the notification.\n\n## How does it work ?\n\nThe script fetches the url, get the text of the first element matched by the selector and look for changes. Each time the value changes, a notification will be sent.\n\n## Contribution\n\nIdea, bug? Open a new issue!\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnobe4%2Ffomo.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnobe4%2Ffomo.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnobe4%2Ffomo.js/lists"}