Skip to content

siketyan/wantedly-profile-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wantedly-profile-js

🚀 Easy and strongly-typed Wantedly profiles fetcher.

📦 Installation

pnpm add wantedly-profile

✨ Usage

import { Client } from 'wantedly-profile'

const client = Client.default()
// Optionally add your authn: client.authenticated(token)

console.log(await client.fetchUserById('YOUR_USER_ID'))

About

🚀 Easy and strongly-typed Wantedly profiles fetcher.

Resources

License

Stars

Watchers

Forks