erunion / showtimes

[deprecated] a movie showtimes API
MIT License
52 stars 14 forks source link

ES6 #30

Closed erunion closed 8 years ago

erunion commented 8 years ago

This is a complete rewrite of the library into ES6, so we can take advantage of nifty things like classes and easily reduce complexity by easily reusing components.

The only difference on the API side is that you must now instantiate it before use.

api = new Showtimes(10001, {date: 5}) vs api = showtimes(10001, {date: 5})

Since this is a API-facing change, this is going to go out as 2.0.0.