Simple Node.JS REST API to take screenshots of any websites.
 
 
Go to file
Starrysparklez 446b8f2c08
Merge pull request #2 from kislball/master
Spelling fixes
2021-12-17 05:10:47 +07:00
usage_example Fixed repository url and usage example. 2020-12-18 01:08:10 +07:00
.gitignore Add ChromeChain cache directory 2020-10-08 01:21:08 +07:00
LICENSE Change name due to moving repository from GitLab to GitHub (oh, here we go again...) 2020-10-08 01:22:45 +07:00
README.md Add CodeFactor badge, remove node-fetch 2020-10-08 01:25:08 +07:00
app.json Now customizable 2020-10-08 01:24:53 +07:00
index.js Spelling fixes 2021-08-03 18:39:44 +03:00
package.json Fixed repository url and usage example. 2020-12-18 01:08:10 +07:00

README.md

ChromeChain

ChromeChain is a simple Node.JS REST API to take screenshots of web sites.

CodeFactor

Used libraries:

If you want to use ChromeChain on Heroku, you should add next buildpacks:

If it uses on your server, don't forget to use proxy.

Usage:

Just send the GET request to ChromeChain with url arg, response will be in JSON.

Examples:

See usage example in usage_example directory.

Setup:

To setup ChromeChain on your server, just clone the repository, install Node.JS and libraries and then just start it.

Or you can use Heroku:

Deploy

License:

MIT License

Copyright (c) 2019 The-Naomi-Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.