diff --git a/README.md b/README.md index f6f19a27..587ffc3c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,11 @@ Cloud Commander v4.0.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][N [PackageQualityURL]: http://packagequality.com/#?package=cloudcmd "Package Quality" [PackageQualityIMGURL]: http://packagequality.com/shield/cloudcmd.svg -[CircleCiURL]: https://circleci.com/gh/coderaiser/cloudcmd -[CircleCiIMGURL]: https://circleci.com/gh/coderaiser/cloudcmd.svg +[CircleCiURL]: https://circleci.com/gh/coderaiser/cloudcmd +[CircleCiIMGURL]: https://circleci.com/gh/coderaiser/cloudcmd.svg + +[DeployURL]: https://heroku.com/deploy?template=https://github.com/coderaiser/cloudcmd "Deploy" +[DeployIMG]: https://www.herokucdn.com/deploy/button.png **Cloud Commander** orthodox web file manager with console and editor. @@ -47,6 +50,8 @@ cloudcmd Open url `http://localhost:8000` in browser. +[![Deploy][DeployIMG]][DeployURL] + ## License MIT diff --git a/app.json b/app.json new file mode 100644 index 00000000..8e5a31da --- /dev/null +++ b/app.json @@ -0,0 +1,14 @@ +{ + "name": "cloudcmd", + "description": "Cloud Commander orthodox web file manager with console and editor", + "repository": "https://github.com/coderaiser/cloudcmd", + "logo": "http://cloudcmd.io/img/logo/cloudcmd.png", + "keywords": [ + "console", + "editor", + "file", + "file manager", + "folder", + "orthodox" + ] +}