{"id":16455051,"url":"https://github.com/jaayperez/markdown-test","last_synced_at":"2025-07-03T14:04:19.453Z","repository":{"id":37826971,"uuid":"391355632","full_name":"jaayperez/markdown-test","owner":"jaayperez","description":"(Live) real-time raw Markdown Editor in Vue.js","archived":false,"fork":false,"pushed_at":"2023-07-19T03:31:42.000Z","size":2705,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T04:11:05.632Z","etag":null,"topics":["bootstrap4","markdown","markdown-editor","pusher","real-time","tool","vue","vue-cli","vue3","vuejs"],"latest_commit_sha":null,"homepage":"https://jaayperez.github.io/markdown-test/","language":"Vue","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/jaayperez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jaayperez","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-07-31T12:52:34.000Z","updated_at":"2023-03-11T01:13:49.000Z","dependencies_parsed_at":"2024-10-11T10:21:04.646Z","dependency_job_id":"ee22c1f8-350a-4ed7-ad9e-c66543bdb8c2","html_url":"https://github.com/jaayperez/markdown-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaayperez%2Fmarkdown-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaayperez%2Fmarkdown-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaayperez%2Fmarkdown-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaayperez%2Fmarkdown-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaayperez","download_url":"https://codeload.github.com/jaayperez/markdown-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238455330,"owners_count":19475433,"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":["bootstrap4","markdown","markdown-editor","pusher","real-time","tool","vue","vue-cli","vue3","vuejs"],"created_at":"2024-10-11T10:20:55.990Z","updated_at":"2025-02-12T10:34:03.035Z","avatar_url":"https://github.com/jaayperez.png","language":"Vue","funding_links":["https://github.com/sponsors/jaayperez"],"categories":[],"sub_categories":[],"readme":"## Build a real-time markdown editor with [Vue](https://vuejs.org/)\n\nThis project contains the source code for a real-time markdown editor built with [Vue.js](https://vuejs.org/) and [Pusher](https://pusher.com/).\n\n\n![ezgif com-video-to-gif 12](https://user-images.githubusercontent.com/19610753/43530532-b76fcd54-95a5-11e8-88d8-47551de6df3f.gif)\n\n## Getting Started\n\n## Prerequisites\n1. You will need the following things properly installed on your computer.\n\n* [Node.js](https://nodejs.org/) (with npm)\n* [Vue CLI](https://cli.vuejs.org/)\n* [Google Chrome](https://google.com/chrome/)\n\n2. Create a Pusher application - Create a new application on your Pusher Dashboard to get your app credentials.\n\n### Clone the repository\n```bash\n$ git clone https://github.com/jaayperez/markdown-test.git\n```\n\n### Change directory\n```bash\n$ cd markdown-test\n```\n\n### Install dependencies\n\n```\nnpm install\n```\n\n## Create a `.env` file in the root of the new directory with the content below:\n\n```ini\nPUSHER_APP_ID=YOUR_APP_ID\nPUSHER_APP_KEY=YOUR_APP_KEY\nPUSHER_APP_SECRET=YOUR_APP_SECRET\nPUSHER_APP_CLUSTER=YOUR_APP_CLUSTER\n```\n\n## Add Pusher Credential to HomeComponent\n\nOpen `./src/components/HomeComponent.vue` and update with the appropriate credentials as obtained from your Pusher dashboard `YOUR_APP_KEY` and `CLUSTER`:\n\n```ini\n    let pusher = new Pusher(\"YOUR_APP_KEY\", {\n      cluster: process.env.PUSHER_APP_CLUSTER,\n      ...\n    });\n```\n\n\n### Run the application\n```bash\n$ npm start\n```\n\n## Start the server\n\n```bash\nnode server\n```\n\n* Visit your app at [http://localhost:8080](http://localhost:8080).\n\n## Built With\n\n* [Vue.js](https://vuejs.org/) - A progressive JavaScript framework for building applications\n\n* [Pusher](https://pusher.com/) - A Node.js client to interact with the Pusher REST API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaayperez%2Fmarkdown-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaayperez%2Fmarkdown-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaayperez%2Fmarkdown-test/lists"}