bebraw / bebraw/blogger2ghost-server
To get this running when you need it
- Dominant language
- CSS
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Update the package.json:
```
{
"private": true,
"name": "blogger2ghost-server",
"version": "0.1.0",
"description": "Server for blogger2ghost",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node serve.js",
"run": "node serve.js",
"test": "node tests"
},
"main": "serve.js",
"repository": {
"type": "git",
"url": "git://github.com/bebraw/blogger2ghost-server.git"
},
"keywords": [
"blogger",
"ghost",
"server"
],
"author": "Juho Vepsalainen (http://nixtu.info)",
"license": {
"type": "MIT",
"url": "https://raw.github.com/bebraw/blogger2ghost-server/master/LICENSE"
},
"dependencies": {
"annois": "^0.3.2",
"blogger2ghost": "^0.9.2",
"body-parser": "^1.12.4",
"errorhandler": "^1.3.6",
"express": "^4.12.4",
"log-timestamp": "^0.1.2",
"parse-env": "^0.5.0",
"require-dir": "^0.3.0",
"serve-static": "^1.9.3",
"superagent": "^1.2.0"
},
"devDependencies": {
"suite.js": "^0.6.1"
},
"engines": {
"node": "5.x.x"
}
}
```
Then use now.sh to serve (execute from the root directory of the repository):
```
npx now --node
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Update package.json at the repository root using the configuration shown in the issue, then run npx now --node from that root directory. Done means the server can be served through now.sh using the documented package configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- cloud, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100