Code Monkey home page Code Monkey logo

communitybuilds-node's Introduction

Gopher.
Typescript evangelist.

That's all ๐Ÿค 

โค๏ธ Technologies I love to use โค๏ธ

๐Ÿ“ Currently working with ๐Ÿ“

๐Ÿง™ Experimenting things with ๐Ÿช„

Some allegedly mandatory stats

stats

activity

Holopin drip

@marcopeocchi's Holopin board

๐ŸŒŠ Peocchi -> Maiming of Peoci -> Typical Veneto plate ๐ŸŸ

communitybuilds-node's People

Contributors

marcopeocchi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

communitybuilds-node's Issues

I can't get it to work

I put the command "npm i communitybuilds-node" and create a .js file with the first example code. I tried directly to see if it gave error because of the APIKEY but it came out like this:

(node:24000) UnhandledPromiseRejectionWarning: #<Object>
(node:24000) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:24000) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Then I tried to include the parameter and it came out like this:

internal/process/promises.js:194
        triggerUncaughtException(err, true /* fromPromise */);
        ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Object>".] {
  code: โ†[32m'ERR_UNHANDLED_REJECTION'โ†[39m
}

I have tried both .js including the APIKEY but the result is the same.
Maybe I'm running it wrong from the start, I don't know. My .js file contains exactly one copy paste from

const { inspect } = require("util")
const { CommunityBuilds } = require("communitybuilds-node")

// you must init the package with a google-console apikey
CommunityBuilds.init("your-api-key")

// promise based example
CommunityBuilds.pyro()
    .then(res => {
        const [amber] = res.data.filter(character => character.name === "amber")
        console.log(inspect(amber, { depth: null }))
    })

// async context example
async function cryoBuilds(){
    const { data } = await CommunityBuilds.cryo()
    console.log(data)
}

async function artifacts(){
    const { data } = await CommunityBuilds.artifacts()
    console.log(data)
}

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.