hashedit-spark

0.0.1 • Public • Published

Hashedit Spark

Hashedit Spark is an API backend for hashedit.io. It provides authentication and features to manipulate your static site. Hashedit Spark requires Git, Node JS, Nodemon, NPM, and Bower.

Getting Started

1. Create a directory for your NodeJS site.
mkdir my-site
cd my-site
2. Clone the repository into your folder structure.
git clone https://github.com/madoublet/hashedit-spark .
3. Copy the configuration file. Update the app.url, google.clientId, google.clientSecret, and add an authorized email address.
cp config.sample.js config.js
nano config.js
4. Install Node JS dependencies
npm install
5. Start your server
DEBUG=my-site npm start

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i hashedit-spark

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • madoublet