xbox-achievement

Show a basic xbox achievement with custom title and description

Usage no npm install needed!

<script type="module">
  import xboxAchievement from 'https://cdn.skypack.dev/xbox-achievement';
</script>

README

Downloads

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)