{"id":15808879,"url":"https://github.com/martindale/melody","last_synced_at":"2025-04-21T08:31:42.500Z","repository":{"id":36863128,"uuid":"41170090","full_name":"martindale/melody","owner":"martindale","description":"simple publishing platform","archived":false,"fork":false,"pushed_at":"2017-10-20T18:07:22.000Z","size":157,"stargazers_count":1,"open_issues_count":8,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-08T09:10:30.398Z","etag":null,"topics":["blog","content","fabric","maki","microblog","publishing"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/martindale.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":"2015-08-21T18:04:29.000Z","updated_at":"2017-07-11T01:18:27.000Z","dependencies_parsed_at":"2022-08-29T08:01:39.742Z","dependency_job_id":null,"html_url":"https://github.com/martindale/melody","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martindale%2Fmelody","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martindale%2Fmelody/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martindale%2Fmelody/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martindale%2Fmelody/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martindale","download_url":"https://codeload.github.com/martindale/melody/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250023523,"owners_count":21362414,"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":["blog","content","fabric","maki","microblog","publishing"],"created_at":"2024-10-05T03:08:10.686Z","updated_at":"2025-04-21T08:31:42.237Z","avatar_url":"https://github.com/martindale.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"melody\n======\n[![Build Status](https://img.shields.io/travis/martindale/melody.svg?branch=master\u0026style=flat-square)](https://travis-ci.org/martindale/melody)\n[![Coverage Status](https://img.shields.io/coveralls/martindale/melody.svg?style=flat-square)](https://coveralls.io/r/martindale/melody)\n[![Community](https://chat.maki.io/badge.svg)](https://chat.maki.io/)\n\nsimple, self-hosted publishing platform.  [#melody on Slack](https://maki-dev.slack.com/messages/melody/).\n\n## Quick Start\nAfter running `npm install`, simply type `npm start`.  If it's your first time,\nmelody will automatically create an admin user and generate a random password.\n\nExtra config values, such as character limit and allowing public registrations,\nare available in `config/index.js` for your convenience.\n\n## API\nmelody has a fully functional REST API, including an events API that is provided\nover WebSockets.  To see documentation, visit your melody instance's API URL:\n\nhttp://localhost:3000/api\n\nThis API is automatically provided by [Maki][maki], the web framework used to\nbuild melody.\n\n## Hosting\nWe strongly recommend using `pm2` to manage melody in production.  You can use\nthe included `melody.js` to keep your instance named clearly.  To run melody\nusing `pm2`, simply:\n\n`pm2 start melody.js`\n\nWhich will produce the following output:\n\n```\n┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────────────┬──────────┐\n│ App name │ id │ mode │ pid   │ status │ restart │ uptime │ memory      │ watching │\n├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼─────────────┼──────────┤\n│ melody   │ 0  │ fork │ 25957 │ online │ 0       │ 0s     │ 10.906 MB   │ disabled │\n└──────────┴────┴──────┴───────┴────────┴─────────┴────────┴─────────────┴──────────┘\n```\n\nSee `pm2 help` for other instructions, such as startup scripts and monitoring.\n\n## Using as a Library\nmelody was built with [Maki][maki], so it can also be used as a library:\n\n```js\nvar melody = require('melody');\n```\n\n[maki]: https://maki.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartindale%2Fmelody","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartindale%2Fmelody","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartindale%2Fmelody/lists"}