OAuth1 Signature generator
Generates a valid signature for OAuth1 protected APIs
Usage
const OAuth1Signature = ; const signature = ; const signature params = signature; // Now you can use the oauth signature / params to hit your API
oauthSignature
returns an object that contains:
- signature: the oauth1 signature
- params: the params passed to
oauthSignature
merged with the oauth params
Axios example Yahoo Weather API
const signature = ; axios;