Skip to content

typekit/platform-demo-browse

Repository files navigation

Typekit Platform API Font Browser Demo App

This app is built to validate the Typekit Platform API and set an example to show integration partners how to use the Platform API properly. This demo app covers the following endpoints and features:

  • /families
  • /filter
  • Typekit Preview Kit
  • IMS Authentication API

See the example

Documentation

Installation

  • You need to have grunt cli tool first. If you already have it, skip this step
$ npm install -g grunt-cli
  • You need grunt installed:
$ npm install
  • Run grunt
$ grunt