Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Suckerberg <[email protected]>
  • Loading branch information
MarkSuckerberg authored Aug 18, 2023
1 parent 1f2f7e3 commit 86f2074
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ It was built using the API reference documents, and like any other project built

## How to use

Not available on any package managers yet, nor will it work from the repo as the compiled javascript files aren't pushed. Sorry! But if it *did* work, it'd go something like this:

1. Install the package into your project with NPM
2. Import the functions you need for your project as you would any library, full documentation [here](https://marksuckerberg.github.io/typeble/)
1. Install the package into your project with NPM with the command `npm install typeble`
2. Import the functions you need for your project as you would any library, documentation [here](https://marksuckerberg.github.io/typeble/)
3. Obtain an OAuth 2 token for tumblr using [my tumblr authentication library](https://github.com/MarkSuckerberg/tumblr-auth) or some other method
4. DON'T SHARE THE TOKEN WITH ANYONE! It will expire (unless it has the offline_access scope) but someone could do damage to your account if they get access to the token.
4. DON'T SHARE THE TOKEN WITH ANYONE! It will expire (unless it has the offline_access scope) but someone could do damage to your account if they get access to the token
5. Pass the token as the first argument to any of the functions

## Contributing
Expand Down

0 comments on commit 86f2074

Please sign in to comment.