Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nv/chrome-devtools-autosave-server
Simple Node.js server for chrome-devtools-autosave
https://github.com/nv/chrome-devtools-autosave-server
Last synced: 5 days ago
JSON representation
Simple Node.js server for chrome-devtools-autosave
- Host: GitHub
- URL: https://github.com/nv/chrome-devtools-autosave-server
- Owner: NV
- Created: 2011-10-05T17:35:23.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-22T11:10:13.000Z (about 12 years ago)
- Last Synced: 2024-11-30T07:38:39.144Z (22 days ago)
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 154
- Watchers: 14
- Forks: 31
- Open Issues: 13
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
A server for **[chrome-devtools-autosave](https://github.com/NV/chrome-devtools-autosave)**.
## Installation
1. Install [Node.js](http://nodejs.org/)
2. Open a terminal (Terminal.app on Mac OS X, cmd.exe on Windows)
3. Run `npm install -g autosave`> It fails with "Error: EACCES, permission denied". What should I do?
Run the same command as an administrator. On Mac OS X and Linux it would be `sudo npm install -g autosave`.
## Usage
Run `autosave` in the terminal.
You should see something like "DevTools Autosave is running on http://127.0.0.1:9104".> It doesn’t work on Windows. I’m having `'autosave' is not recognized as an internal or external command`
Have you tried turn it it off and on again? Seriously, restart the system.
## Run on OS launch
It might be annoying to open a terminal and type "autosave↵" every time you need to run Autosave. On Mac OS X and Ubuntu you can run Autosave on OS launch as a daemon. To do so run:
npm run-script -g autosave autostart
It is [not yet available](https://github.com/NV/chrome-devtools-autosave-server/issues/9) on other operation systems.