Been contemplating this for a little while now but as a developer I like to try out new tools. Recently I've been looking at Electron which is what Atom by Github is built on.
Electron allows you to create a fully cross platform application very simply in just one language. Wanting to try and put Electron to the test I come up with the idea of developing a Minecraft Sniper to grab some OGs. So here I go.
Users can download the app freely and snipe a limited number of accounts per month (obviously due to bandwidth). Each different user has their own license key which can be grabbed from the site for free, or for a monthly fee (allowing them to snipe more accounts if they want).
The app will use desktop notifications to alert the user of any changes on a username they want and let them know if they got it or if they failed to get it for whatever reason. This app won't work offline as it will need to connect to Mojang's servers. No important data such as your Minecraft account information will be stored on any other server other than your own PC until Mojang's server is queried to change your username.
Just a thought. Opinions?
Electron allows you to create a fully cross platform application very simply in just one language. Wanting to try and put Electron to the test I come up with the idea of developing a Minecraft Sniper to grab some OGs. So here I go.
Users can download the app freely and snipe a limited number of accounts per month (obviously due to bandwidth). Each different user has their own license key which can be grabbed from the site for free, or for a monthly fee (allowing them to snipe more accounts if they want).
The app will use desktop notifications to alert the user of any changes on a username they want and let them know if they got it or if they failed to get it for whatever reason. This app won't work offline as it will need to connect to Mojang's servers. No important data such as your Minecraft account information will be stored on any other server other than your own PC until Mojang's server is queried to change your username.
Just a thought. Opinions?
