xbox-achievement
v1.0.16
Published
Show a basic xbox achievement with custom title and description
Downloads
4
Readme
Offline Geo-location
Show a basic xbox achievement with custom title and description.
Installation
npm i --save xbox-achievement
Usage
const ShowAchievement = require('xbox-achievement')
const Title = 'Achievement unlocked' // Optional
const Description = 'Getting wood'
ShowAchievement(Description, Title)