micahlt / sidechat.js

Reverse-engineered API wrapper for Sidechat

Home Page:http://micahlindley.com/sidechat.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sidechat.js

NPM Version GitHub last commit NPM License NPM Downloads npm bundle size

A reverse-engineered API wrapper for Sidechat/YikYak in Node. Easy to use, documented with JSDoc, and kept up to date as much as possible. Designed for Offsides, a third-party Sidechat client for Android devices. Documentation can be found here.

Getting Started

Note: sidechat.js uses the Fetch API released in Node.js 18. If you're attempting to use it in a lower version of Node you will have to polyfill the fetch requests yourself.

Install sidechat.js with your preferred package manager:

$ npm install sidechat.js

Next, take a look at the authentication tutorial to find out how to log your client in and begin making requests.

About

Reverse-engineered API wrapper for Sidechat

http://micahlindley.com/sidechat.js/


Languages

Language:JavaScript 100.0%