GithubHelp home page GithubHelp logo

andrevarandas / clash-royale-api Goto Github PK

View Code? Open in Web Editor NEW
19.0 3.0 5.0 2.56 MB

A wrapper for the OFFICIAL Clash Royale API

License: MIT License

TypeScript 97.78% JavaScript 1.96% Shell 0.26%
clashroyale clash-royale-api clash-royale-official api-wrapper api supercell

clash-royale-api's Introduction

Hi there πŸ‘‹

  • πŸ”­ I’m currently working at Mercedes-Benz.io building next gen e-Commerce websites.
  • ✨ I'm mainly using Vue πŸ’–.
  • 🌱 I’m currently learning Dart and Flutter.
  • πŸ‘― I’m looking to collaborate on awesome open source projects!
  • πŸ“« How to reach me: [email protected]
  • ⚑ Fun fact: I πŸ’– mechanical keyboards.

clash-royale-api's People

Contributors

andrevarandas avatar caneco avatar dependabot[bot] avatar greenkeeper[bot] avatar mrfiregore avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

clash-royale-api's Issues

An in-range update of @types/jest is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency @types/jest was updated from 25.1.3 to 25.1.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/jest is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • ❌ Travis CI - Branch: The build errored.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Error: Cannot find module './communications'

Hi !
I have an issue with the clash-royale-api module.

Describe the bug
Since the upgrade from v1.1.13, the npm install are failling and the Discord bot is not able to start anymore.
Many files have disappeared from the lib folder of the module.

To Reproduce
Following the Readme

Error message

node:internal/modules/cjs/loader:1189
  throw err;
  ^

Error: Cannot find module './communications'
Require stack:
- ./node_modules/@varandas/clash-royale-api/lib/index.js
- ./bot.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1186:15)
    at Module._load (node:internal/modules/cjs/loader:1012:27)
    at Module.require (node:internal/modules/cjs/loader:1271:19)
    at require (node:internal/modules/helpers:123:16)
    at Object.<anonymous> (./node_modules/@varandas/clash-royale-api/lib/index.js:4:26)
    at Module._compile (node:internal/modules/cjs/loader:1434:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1518:10)
    at Module.load (node:internal/modules/cjs/loader:1249:32)
    at Module._load (node:internal/modules/cjs/loader:1065:12)
    at Module.require (node:internal/modules/cjs/loader:1271:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    './node_modules/@varandas/clash-royale-api/lib/index.js',
    './bot.js'
  ]
}

Node.js v22.2.0

Thanks for your help

An in-range update of ts-node is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency ts-node was updated from 8.6.2 to 8.7.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • ❌ Travis CI - Branch: The build errored.

Release Notes for v8.7.0

Fixed

  • Remove buggy caching of ts.sys.readDirectory (#969)
  • Fix REPL ASI handling when user input starts with - (#944)

Added

Changed

  • Deprecate ts-script in favor of ts-node-script (#948) @G-Rath

Docs

  • Fix bash syntax error in README (#943) @abraj
  • Add Github issue templates (#959, #965, #947)
  • Add IntelliJ debug instructions to README (#958)
  • Add mocha 7 usage example to README (#961)
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of typedoc is breaking the build 🚨

The devDependency typedoc was updated from 0.16.10 to 0.16.11.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

typedoc is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • ❌ Travis CI - Branch: The build errored.

Release Notes for v0.16.11

Bug Fixes πŸ›

Features ✨

  • Add support for `` inside of Marked Link Brackets (#1091) (1ec2fb8)
  • Config option to exclude not explicitly documented symbols (#996) (20db9a5), closes #995
  • Support for extended config in typedoc.json (07fb1ce), closes #493 #1115

Thanks πŸ‘

v0.16.10...v0.16.11

Commits

The new version differs by 8 commits.

  • c19b1d9 chore: Bump version to 0.16.11
  • 148bd12 fix: Support code blocks with four spaces
  • 1ec2fb8 feat: Add support for `` inside of Marked Link Brackets (#1091)
  • 07fb1ce feat: Support for extended config in typedoc.json
  • 20db9a5 feat: Config option to exclude not explicitly documented symbols (#996)
  • 541fbcf fix: Ensure child comment tags get set (#1221)
  • 796349a fix: Re-export TypeScript namespace (#1217)
  • c4ce9a5 fix: Logger extensions now also count the warnings (#1210)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/jest is breaking the build 🚨

The dependency @types/jest was updated from 24.0.2 to 24.0.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/jest is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • ❌ Travis CI - Branch: The build failed.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ts-node is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency ts-node was updated from 8.7.0 to 8.8.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for [Perf] List File Names

Added

  • Add sanitize=true to README for SVGs to work on NPM

Fixed

  • Simplify projectVersion++ by incrementing on each file change
  • List all files for getScriptFileNames (#985) - revisits the change in #884

v8.7.0...v8.8.0

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Readme update

The readme file should include a note - the official Clash Royale api does not allow direct calls from the browser.

An in-range update of ts-jest is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency ts-jest was updated from 25.2.1 to 25.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-jest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.