Code Monkey home page Code Monkey logo

marketbot's Introduction

Hi there, I'm Jeroen ๐Ÿ‘‹

Full-stack developer, Scrum Master, Frontend specialty.

LinkedIn StackOverflow Discord Steam


I'm an ambitious full-stack developer and Scrum Master from the Netherlands that specialises in frontend, however I do not shy away from non-web programming.

About me

Timezone: Europe/Amsterdam



  • ๐Ÿ”ญ I'm currently working on: Migrating a legacy JS codebase to modern ESM
  • ๐ŸŒฑ I'm currently learning: How microservices communicate with each other.
  • ๐Ÿ’ฌ My interests: Board games, transportation, hiking in the mountains
  • ๐Ÿ“ซ How to reach me: LinkedIn or Discord


My favourite languages, frameworks, databases and tools

HTML5 CSS3 Sass JavaScript Typescript PHP Python
Angular Vue.js Jest Ionic NestJS Laravel
MySQL SQLite PostgreSQL Redis Mongo DB
Visual Studio Code IntelliJ IDEA Ultimate Git GitHub Docker



marketbot's People

Contributors

dependabot[bot] avatar ionaru avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

marketbot's Issues

Property 'name' does not exist on type 'IGuessReturn'

Running in to this issue when I run sudo npm start. Running sudo npm install results in 'up to date'

sudo npm start

> [email protected] start /var/marketbot/MarketBot
> npm run build && node dist/index.js


> [email protected] build /var/marketbot/MarketBot
> tsc --project tsconfig.json

**src/helpers/guessers.spec.ts(41,27): error TS2339: Property 'name' does not exist on type 'IGuessReturn'.
src/helpers/guessers.spec.ts(48,27): error TS2339: Property 'name' does not exist on type 'IGuessReturn'.
src/helpers/guessers.spec.ts(55,27): error TS2339: Property 'name' does not exist on type 'IGuessReturn'.
src/helpers/guessers.spec.ts(62,27): error TS2339: Property 'name' does not exist on type 'IGuessReturn'.
src/helpers/guessers.spec.ts(84,27): error TS2339: Property 'name' does not exist on type 'IGuessReturn'.
src/helpers/guessers.spec.ts(115,27): error TS2339: Property 'name' does not exist on type 'IGuessReturn'.
src/helpers/guessers.spec.ts(122,27): error TS2339: Property 'name' does not exist on type 'IGuessReturn'.**
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build: `tsc --project tsconfig.json`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/marketbot/.npm/_logs/2017-09-18T19_02_37_692Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] start: `npm run build && node dist/index.js`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/marketbot/.npm/_logs/2017-09-18T19_02_37_714Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 info lifecycle [email protected]~start: [email protected]
7 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/var/marketbot/MarketBot/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
9 verbose lifecycle [email protected]~start: CWD: /var/marketbot/MarketBot
10 silly lifecycle [email protected]~start: Args: [ '-c', 'npm run build && node dist/index.js' ]
11 silly lifecycle [email protected]~start: Returned: code: 2  signal: null
12 info lifecycle [email protected]~start: Failed to exec start script
13 verbose stack Error: [email protected] start: `npm run build && node dist/index.js`
13 verbose stack Exit status 2
13 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:289:16)
13 verbose stack     at emitTwo (events.js:125:13)
13 verbose stack     at EventEmitter.emit (events.js:213:7)
13 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
13 verbose stack     at emitTwo (events.js:125:13)
13 verbose stack     at ChildProcess.emit (events.js:213:7)
13 verbose stack     at maybeClose (internal/child_process.js:927:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
14 verbose pkgid [email protected]
15 verbose cwd /var/marketbot/MarketBot
16 verbose Linux 4.8.0-22-generic
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
18 verbose node v8.4.0
19 verbose npm  v5.3.0
20 error code ELIFECYCLE
21 error errno 2
22 error [email protected] start: `npm run build && node dist/index.js`
22 error Exit status 2
23 error Failed at the [email protected] start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 2, true ]

New feature

Hi! Greetings for your nice job with MarketBot.
I think a good feature could be introduce a command to list all tracking orders. Or maybe some options to list the tracked buy orders and tracked sell orders.

When install nodejs with npm install mostly failed at Puppeteer.

When installing nodejs with manual install mostly failed at puppeteer

by installing apt-get install chromium-browser & manually install again puppeteer will do the work. ( might be helpful for people unable to install puppeteer ) * for server linux mostly.

apt-get install chromium-browser
npm install puppeteer --unsafe-perm=true

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.