An open API service indexing awesome lists of open source software.

https://github.com/binaryage/restatic

Google Docs content parser
https://github.com/binaryage/restatic

Last synced: 11 months ago
JSON representation

Google Docs content parser

Awesome Lists containing this project

README

          

# [Restatic from BinaryAge](http://restatic.binaryage.com)

A command-line utility which can pump spreadsheet data to your static web!

# Technical information

## How it works

Restatic takes your static web and replaces restatic markup with dynamic data, say fields from Google Spreadsheets.

When you launch restatic, it will:

* copy the source to target directory
* extract data from Google Spreadsheets and build associative array
* process contents of target directory and replace all marks with associated fields

## You may write your own extractor

Extend the class Extractor and write function `extract` which will return the associative array with markup in key and data in value - eg. `{ "/-Posts-2B-/": "Hello world" }`

## And its installable throught NPM
`npm install restatic`