Skip to content

Commit

Permalink
Merge pull request #27 from two-n/master
Browse files Browse the repository at this point in the history
try a viz
  • Loading branch information
efrymire authored Aug 28, 2018
2 parents f766ff3 + 6a63d57 commit e219936
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions read_and_reply.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ const {ascending, max} = require('d3-array')

module.exports.read_and_reply = read_and_reply = (tweetEvent) => {
console.log(tweetEvent)
console.log(tweetEvent.tweet_create_events[0].text)
parse(tweetEvent.tweet_create_events[0].text)
console.log(parse(tweetEvent.tweet_create_events[0].text))
let parsed = parse(tweetEvent.tweet_create_events[0].text)
makeViz(parsed)
console.log(makeViz(parsed))
}
Expand Down

0 comments on commit e219936

Please sign in to comment.