sentanos / roblox-js

!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
MIT License
45 stars 45 forks source link

Added getAge.js file #55

Closed Neztore closed 6 years ago

Neztore commented 7 years ago

Created the GetAge.js file which gets a user's age the same way most user functions work. Takes the Arguments UserID and parseDays - a bool value. If parseDays is false it will return the day the user created their account. If it is true, it will return the number of days since account creation.

Created using Cheerio the same way that the other user functions work.

Neztore commented 6 years ago

If this is going to be ignored I'll just close it. Could've at least said you didn't want it.

sentanos commented 6 years ago

Sorry, this will be used in getPlayerInfo instead as per #56.