{"id":19413660,"url":"https://github.com/wisehackermonkey/20200225_jumpnotes_v2","last_synced_at":"2025-10-09T04:05:32.153Z","repository":{"id":51596177,"uuid":"243149961","full_name":"wisehackermonkey/20200225_jumpnotes_v2","owner":"wisehackermonkey","description":"simple note taking","archived":false,"fork":false,"pushed_at":"2022-12-12T02:38:53.000Z","size":297,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T23:38:30.714Z","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/wisehackermonkey.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":"2020-02-26T02:28:54.000Z","updated_at":"2020-05-17T04:29:26.000Z","dependencies_parsed_at":"2023-01-27T11:46:58.207Z","dependency_job_id":null,"html_url":"https://github.com/wisehackermonkey/20200225_jumpnotes_v2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wisehackermonkey/20200225_jumpnotes_v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2F20200225_jumpnotes_v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2F20200225_jumpnotes_v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2F20200225_jumpnotes_v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2F20200225_jumpnotes_v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisehackermonkey","download_url":"https://codeload.github.com/wisehackermonkey/20200225_jumpnotes_v2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2F20200225_jumpnotes_v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000755,"owners_count":26082921,"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-10-09T02:00:07.460Z","response_time":59,"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-10T12:34:20.901Z","updated_at":"2025-10-09T04:05:27.133Z","avatar_url":"https://github.com/wisehackermonkey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 20200225_jumpnotes_v2\n#### simple note taking app \n------\n# [Live Demo](http://www.orancollins.com:5000/) [20200516, email me if its down :) ]\n![](https://i.imgur.com/3e3nfwm.png)\n\n### build the project \n```\n\u003enpm run compile\n```\n### Build docker image\n```bash\n\u003edocker build -t jumpnotes2 .\n```\n\n### Run Docker locally\n```bash\n\u003edocker run -i --name jumpnotes2 -p 80:3000 jumpnotes2:latest\n```\n### Publish docker image\n```bash\n\u003edocker tag jumpnotes2 wisehackermonkey/jumpnotes2:latest\n\u003edocker login\n\u003edocker push wisehackermonkey/jumpnotes2:latest\n```\n### Docker run for hosting\n```bash\n\u003edocker run -d --name jumpnotes2 -p 80:3000 wisehackermonkey/jumpnotes2:latest\n```\n### Docker run for hosting with autorestart\n```bash\n\u003edocker run -d --name jumpnotes2 --restart=always -p 80:3000 wisehackermonkey/jumpnotes2:latest\n\n```\n\nNOTE: by default docker sets visiblity of the image to private, [FIX]: go to docker hub and make it publick\n\nLive build docker with nodemon and a watch folder\n```bash\n\u003enodemon -e js,html,css --watch .compiled  --watch web --exec \"docker stop jumpnote2 \u0026 docker rm jumpnote2 \u0026 docker build -t jumpnote2 . \u0026 docker run -d --name jumpnote2 -p 80:3000 jumpnote2:latest\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2F20200225_jumpnotes_v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisehackermonkey%2F20200225_jumpnotes_v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2F20200225_jumpnotes_v2/lists"}