# Getting started
# Installation
First, install the library from npm.
Package manager
In the following example we will use npm
but yarn
also work ❤️
npm install tumblr-builder --save-dev
1
# Get an API Key Mandatory
TumblrBuilder use Tumblr API v2, to use it you must have an API key. The API key is a unique identifier that is used to authenticate requests associated with your project.
First, register your application and get the API key.
You must include the API key with the apiKey
parameter in the Javascript instanciation.
← Overview How it works →