tleskin / todoist-api

The official Todoist API documentation source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todoist-api - The official Todoist API documentation source

Build Status Dependency Status

Getting started

Prerequisites

You're going to need:

  • Ruby, version 1.9.3 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Getting set up

  1. Fork this repository on Github.
  2. Clone your forked repository (not our original one) to your hard drive with git clone https://github.com/YOURUSERNAME/todoist-api.git
  3. cd todoist-api
  4. Install all dependencies: bundle install
  5. Start the test server: bundle exec middleman server

You can now see the docs at http://localhost:4567. And as you edit source/index.md, your server should automatically update.

Now that all is setup in your machine, you'll probably want to learn more about the Slate template, which is used for this API documenentation. There is a lot of articles on it at the Slate wiki.

About

The official Todoist API documentation source

License:Other


Languages

Language:HTML 72.3%Language:JavaScript 21.7%Language:CSS 4.9%Language:Ruby 1.1%