0.1.2 • Published 3 years ago

arcaea-client v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Arcaea Client

https://github.com/rhea-so/ArcaeaClient/blob/main/assets/arcaea.png?raw=true

Easy way to get arcaea information

Usage

import { ArcaeaClient } from 'arcaea-client';

async function main() {
	const client = new ArcaeaClient();

	await client.login({ id: 'rhea-so@test.com', password: '1234qwer' });

	await client.self.getProfile();

	await client.friend.add({ friendCode: 454875584 });

	await client.friend.delete({ friendId: 149520 });
}

main().catch(err => console.error(err));

현재 개발 단계이기 때문에, 많은 기능을 제공하지 못하고 있습니다.
위에 보이는 예시가 현재 사용할 수 있는 기능의 전부입니다.

Support Git History

Credits

Based on these amazing projects:

License

MIT

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago