scorelab / drola

Drone with Lora
Apache License 2.0
64 stars 73 forks source link

Use ES6 code in index file #59

Open TheLukaszNs opened 6 years ago

TheLukaszNs commented 6 years ago

Fast summary

This PR fixes #53 by updating the index.js file to use the newer JS syntax (const, arrow functions, etc.)

Also, I added the ability to change the port by the PORT environment variable.