an-lee / movie_kit

A set of kit to handle movies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieKit

Tmdb

token = "your_tmdb_access_token"
tmdb = MovieKit::Tmdb::API.new(token)
res = tmdb.movie_popular
puts res

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/an-lee/movie_kit. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the MovieKit project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

A set of kit to handle movies

License:MIT License


Languages

Language:Ruby 99.7%Language:Shell 0.3%