Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including wink-sentiment with all npm packages installed. Try it out:

/* eslint-disable no-console */ // Load wink-sentiment package. var sentiment = require( 'wink-sentiment' ); // Positive sentiment text. console.log( sentiment( 'Excited to be part of the @imascientist team:-)!' ) ); // Negative sentiment text. console.log( sentiment( 'Not a good product :(' ) ); // Neutral sentiment text. console.log( sentiment( 'I will meet you tomorrow.' ) );

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

wink-sentiment v5.0.2

Accurate and fast sentiment scoring of phrases with emoticons :) & emojis 🎉

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free