Skip to content

Commit

Permalink
try a viz
Browse files Browse the repository at this point in the history
  • Loading branch information
Eleanor Frymire authored and Eleanor Frymire committed Aug 28, 2018
1 parent 6a38536 commit 6a63d57
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 6a63d57

Please sign in to comment.