bomber_friends.js Mobile-API for Bomber Friends mobile game Example async function main() { const { BomberFriends } = require("./bomber_friends.js") const bomberFriends = new BomberFriends() await bomberFriends.loginWithCustomId("customOId") } main()