Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
/ bitmoji-friends Public archive

A simple web app to search for Bitmoji friend strips

Notifications You must be signed in to change notification settings

andrewjoll/bitmoji-friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmoji Friends

A simple web app to search for Bitmoji friend strips, given 2 Bitmoji IDs.

Based on the info from JoshCheek/bitmoji.

Getting started

Download a copy of the tempalates from the Bitmoji API;

curl -o dist/templates.json https://api.bitmoji.com/content/templates?app_name=bitmoji&platform=ios

Install the dependencies

npm install

Configure your Bitmoji IDs by creating a .config.js file in the project root.

// Should be in the format XXXXXXXXX_XX-sX
export default {
    me: '[BITMOJI ID #1]',
    you: '[BITMOJI ID #2]'
}

Build the app

npm run dev

About

A simple web app to search for Bitmoji friend strips

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published