Added cheerio lib and new api links
This commit is contained in:
2
app.js
2
app.js
@ -1,4 +1,4 @@
|
||||
// Load modules and libraries
|
||||
var cheerio = require('cheerio');
|
||||
var express = require('express');
|
||||
var less = require('less-middleware');
|
||||
var path = require('path');
|
||||
|
@ -4,6 +4,7 @@
|
||||
"dependencies": {
|
||||
"async": "*",
|
||||
"bcrypt": "*",
|
||||
"cheerio": "*",
|
||||
"connect-flash": "*",
|
||||
"express": "*",
|
||||
"forever": "*",
|
||||
|
@ -11,7 +11,11 @@ block content
|
||||
li
|
||||
a(href='/api/facebook') Facebook
|
||||
li
|
||||
a(href='/api/rdio') Rdio
|
||||
a(href='/api/lastfm') Last.fm
|
||||
li
|
||||
a(href='/api/tokbox') Tokbox
|
||||
li
|
||||
a(href='/api/scraping') Web Scraping
|
||||
li
|
||||
a(href='/api/twitter') Twitter
|
||||
li
|
||||
|
Reference in New Issue
Block a user