Parsely / api-examples

Examples of commonly requested integrations with the Parsely API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-examples

Demonstrations of what can be built with the Parse.ly API.

Our API docs can be found here: http://www.parsely.com/docs/

The following endpoints are supported:

  1. /related
  2. /analytics

There is also a demonstration of the dynamic pixel tracking integration option.

Install

  1. Install node.js: http://nodejs.org/download/.
  2. Clone this repo: git clone git@github.com:Parsely/api-examples.git
  3. Change to the directory: cd api-examples
  4. Install dependencies using npm: npm install
  5. Configure your apikey & secret in config/default.json to use restricted endpoints, such as /analytics.
  6. Start the static file server: node server.js
  7. Visit http://localhost:8080/ to get started.

License

MIT.

About

Examples of commonly requested integrations with the Parsely API.

License:MIT License


Languages

Language:JavaScript 98.6%Language:Python 0.9%Language:CSS 0.5%