{"id":32247578,"url":"https://github.com/rake7h/jnoty-inline","last_synced_at":"2026-02-21T02:01:09.846Z","repository":{"id":57281226,"uuid":"203028488","full_name":"rake7h/jnoty-inline","owner":"rake7h","description":"vanilla-javascript. Snackbar like notification for the web. Build for javascript promises.","archived":false,"fork":false,"pushed_at":"2020-07-28T07:49:33.000Z","size":1310,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-11T06:43:00.615Z","etag":null,"topics":["javascript","javascript-plugin","snackbar","toast","vanilla-javascript"],"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/rake7h.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}},"created_at":"2019-08-18T16:15:34.000Z","updated_at":"2021-10-21T17:52:54.000Z","dependencies_parsed_at":"2022-08-31T00:30:39.047Z","dependency_job_id":null,"html_url":"https://github.com/rake7h/jnoty-inline","commit_stats":null,"previous_names":["visualapps/jnoty-inline"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rake7h/jnoty-inline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rake7h%2Fjnoty-inline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rake7h%2Fjnoty-inline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rake7h%2Fjnoty-inline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rake7h%2Fjnoty-inline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rake7h","download_url":"https://codeload.github.com/rake7h/jnoty-inline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rake7h%2Fjnoty-inline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"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":["javascript","javascript-plugin","snackbar","toast","vanilla-javascript"],"created_at":"2025-10-22T17:35:41.256Z","updated_at":"2026-02-21T02:01:09.840Z","avatar_url":"https://github.com/rake7h.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/rake7h/jnoty-inline/blob/master/docs/banner-logo.png\" width=\"300\"\u003e\n\u003c/p\u003e\n\n![jnoty-inline](https://github.com/rake7h/jnoty-inline/blob/master/docs/preview.gif)\n\n\n\n## Install\n\n```bash\n$ npm i jnoty-inline\n```\nor\n```bash\n$ bower install jnoty-inline --save\n```\n\n## Demo\n\n📝 **https://rake7h.github.io/jnoty-inline/**\n\n\n## Usages\nUsage is simple:\n```javascript\njnotyInline.pending({\n message: 'Updating...'\n});\n```\n```javascript\njnotyInline.fulfilled({\n message: 'Profile updated successfully.'\n});\n```\n```javascript\njnotyInline.rejected({\n message: 'Something went wrong!',\n sticky: true\n});\n```\nHide a notification\n```javascript\njnotyInline.hide();\n```\n\u003ca name=\"options\"\u003e\u003c/a\u003e\n\n## Options\n\n| ARGUMENT               | DESCRIPTION                                                                               |\n| ---------------------- | ----------------------------------------------------------------------------------------- |\n| message        | Give a message to notification|\n| timeout        | Set a custom delay (in milliseconds) to hide notification |\n| sticky       |Disable timeout and make it sticky|\n| kind     |Set a kind of notification|\n| position  |Set the custom position of the notification   |\n\n**Kinds** : pending, fulfilled, rejected\n\n**position** : Work in progress. Default: bottom-right\n\n**Warning:** _In future versions some commands may change_\n\n## Example\n```javascript\n\u003cscript type=\"module\"\u003e\n import * as module from './jnoty-inline-min.js';\n \n  // open a notification \n  let notification = module.jnotyInline.pending({message:'Updating...'});\n  \n  // hide after 10000ms\n  setTimeout(()=\u003e{\n   notification.hide();\n  },10000)\n\u003c/script\u003e\n```\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n**jnoty-inline** © [rake7h](https://github.com/rake7h), Released under the [MIT](./LICENSE) License.\u003cbr\u003e\nAuthored and maintained by rake7h. \n\n\u003e  GitHub [@rake7h](https://github.com/rake7h) · Twitter [@rake7h](https://twitter.com/rake7h)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frake7h%2Fjnoty-inline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frake7h%2Fjnoty-inline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frake7h%2Fjnoty-inline/lists"}