Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

Do you support es6? #30

Closed jimmywarting closed 8 years ago

jimmywarting commented 8 years ago

Want to know where you stand on es6 syntax before i make more PR

Nickforall commented 8 years ago

Suggestion, make variables like below constants.

var api_url = 'https://pgorelease.nianticlabs.com/plfe/rpc';
var events = require('events');
Armax commented 8 years ago

No atm we prefer to use pure node.js

Nickforall commented 8 years ago

ES6 is pretty much pure Node.js. Their whole documentation is written in ES6.

jimmywarting commented 8 years ago

No atm we prefer to use pure node.js

Then you won't see any more PR from me 😞

ES6 is pretty much pure Node.js. Their whole documentation is written in ES6.

Exactly! This will not be used in the browser, only node. And node support it!