zoetrope69 / units4u

:+1::performing_arts::-1: a university unit recommender system based on natural language (sentiment)
http://units4u.herokuapp.com
1 stars 3 forks source link

Use ES6 imports and exports #5

Closed zoetrope69 closed 8 years ago

zoetrope69 commented 8 years ago

e.g const package = require('package'); to 'import package from 'package';

zoetrope69 commented 8 years ago

No need to use Babel so will leave this for future work