Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyang/cmsfhcloud
FeedHenry Cloud proxy for CMS
https://github.com/keyang/cmsfhcloud
Last synced: about 1 month ago
JSON representation
FeedHenry Cloud proxy for CMS
- Host: GitHub
- URL: https://github.com/keyang/cmsfhcloud
- Owner: Keyang
- Created: 2013-11-05T16:38:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T14:03:03.000Z (about 11 years ago)
- Last Synced: 2024-04-13T23:10:57.764Z (9 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#FeedHenry Cloud Proxy for mobile cms
## Default Environment Varioables
"CMS_URL": "http://cms.keyangxiang.com",
"CMS_PATH": "/cms"
## Usage
in package.json add dependency
"fh-cms-cloud":"https://github.com/Keyang/cmsFHCloud/tarball/master"
in FH main.js add following linesvar cms=require("fh-cms-cloud");
cms.apply(module.exports);
That's it. You are ready to go.