sorriso
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

sorriso


get niconico video informations.

Installation

npm install sorriso

Example

Node.js

const sorriso = require('sorriso').default;
const result = await sorriso('sm9');
console.dir(result);

/*
{ comment: 213,
  description: '初下山ですガバというか地力不足ですがごりらの皆さん許して次:sm30123105https://twitter.com/kuro1234502IIDX ID:0324-3161【追記】リオール兄貴、ぽく兄貴、からすまる兄貴、広告ありがとうございます!',
  image: 'http://tn-skr2.smilevideo.jp/smile?i=30079993.L',
  mylist: 20,
  title: '凡人が六段を目指す',
  uploaded: '2016-11-20T13:29:13+09:00',
  user: 
   { nickname: 'くろ',
     id: 13889910,
     icon: 'https://secure-dcdn.cdn.nimg.jp/nicoaccount/usericon/s/1388/13889910.jpg?1475317221' },
  view: 3686,
  category: 'ゲーム',
  time: { string: '12:41', hours: 0, minutes: 12, seconds: 41 } }
*/

TypeScript

import sorriso from 'sorisso';
const result = await sorriso('sm9');
console.dir(result);

/* 
{ comment: 213,
  description: '初下山ですガバというか地力不足ですがごりらの皆さん許して次:sm30123105https://twitter.com/kuro1234502IIDX ID:0324-3161【追記】リオール兄貴、ぽく兄貴、からすまる兄貴、広告ありがとうございます!',
  image: 'http://tn-skr2.smilevideo.jp/smile?i=30079993.L',
  mylist: 20,
  title: '凡人が六段を目指す',
  uploaded: '2016-11-20T13:29:13+09:00',
  user: 
   { nickname: 'くろ',
     id: 13889910,
     icon: 'https://secure-dcdn.cdn.nimg.jp/nicoaccount/usericon/s/1388/13889910.jpg?1475317221' },
  view: 3686,
  category: 'ゲーム',
  time: { string: '12:41', hours: 0, minutes: 12, seconds: 41 } }
*/

License

The MIT License. See LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i sorriso

Weekly Downloads

0

Version

0.3.1

License

MIT

Last publish

Collaborators

  • otofune