Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Meteor: Full-Stack Web Application Development

You're reading from   Meteor: Full-Stack Web Application Development Rapidly build web apps with Meteor

Arrow left icon
Product type Course
Published in Nov 2016
Publisher Packt
ISBN-13 9781787287754
Length 685 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Fabian Vogelsteller Fabian Vogelsteller
Author Profile Icon Fabian Vogelsteller
Fabian Vogelsteller
Marcelo Reyna Marcelo Reyna
Author Profile Icon Marcelo Reyna
Marcelo Reyna
Arrow right icon
View More author details
Toc

Chapter 8. Integrating Third-party Libraries

In this chapter, you will learn the following topics:

  • Using npm packages directly
  • Building graphs with D3.js
  • Creating cutting-edge UIs with Polymer

Introduction

With so many third-party packages available via Atmosphere it's very easy to build, basically, anything! If you have a specific development need—some type of logic or library—chances are someone else has already packaged it up for you (and if they haven't, what a great opportunity for you!).

That being said, not all packages are created equal. Some will have fantastic documentation, with samples and tutorials on how to implement a library inside Meteor. Others, not so much. In either case, you will at some point need to roll up your sleeves and do a bit of work yourself. In this chapter, we will go over a few of the more popular third-party libraries, and show you how to implement them in Meteor.

Using npm packages directly

We have seen from the Using npm modules...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image