npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

iciba

v0.1.2

Published

ICIBA SDK

Downloads

1

Readme

iciba Build Status

ICIBA SDK

Getting Started

ICIBA API DOC

Install the module with: npm install iciba

Iciba  = require '../lib/iciba'

APIKEY = 'C231706B1BCAAE8D3CEB0E70B5AF138A'
iciba  = new Iciba APIKEY

word  = 'apple'
iciba.get word, (err, res) ->
  return console.warn err if err
  console.dir res

The return object would like this:

{
    word: 'apple',
    spells: [{
        text: '[\'æpl]',
        mp3: 'http://res.iciba.com/resource/amp3/oxford/0/44/29/44297283b5e4b5b0a991213897f0b14a.mp3'
    }, {
        text: '[ˈæpəl]',
        mp3: 'http://res.iciba.com/resource/amp3/1/0/1f/38/1f3870be274f6c49b3e31a0c6728957f.mp3'
    }],
    examples: [{
        en: 'I have an Apple iMac, and an Apple i Phone with around 122 apps.',
        cn: '我有一台苹果公司(Apple)的iMac,还有一台iPhone,上面装了大约122个应用软件。'
    }, {
        en: 'Apple\'s continued glory eats away at me like a maggot at my core.',
        cn: '苹果(Apple)一直以来的荣耀,就像蛆虫一样啃噬着我的心。'
    }, {
        en: 'Management Style: At Apple, Jobs is a mercurial micromanager -- some say nanomanager.',
        cn: '管理风格:在APPLE公司,乔伯斯是一位机智善变的微软经理。'
    }, {
        en: 'Normally, when you plug Macs together, they communicate by using a built-in scheme called Apple Talk.',
        cn: '当你将Mac连在一起时,它们常常是通过所谓的内部协议Apple-Talk来进行通讯的。'
    }, {
        en: 'Apple positioned it as the machine for the Internet, where compatibility questions are no big deal.',
        cn: 'APPLE电脑定位于因特网,因为在因特网上兼容性并不是一个较大的难题。'
    }],
    translations: [{
        type: 'n.',
        desc: '苹果,苹果树;苹果属植物的果实(如野生酸苹果、沙果);[美国口语]棒球;苹果公司,原称苹果电脑公司;'
    }]
}

Documentation

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 shawjia Licensed under the MIT license.