GithubHelp home page GithubHelp logo

viktorvav99 / upland-travel-bot Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 866 KB

Basic bot for finding the best route for travel in Upland.

License: MIT License

JavaScript 6.77% TypeScript 92.99% Shell 0.24%

upland-travel-bot's Introduction

Hey!

About me

๐ŸŽ“ Iโ€™m an Informatics student with a passion for technology. Iโ€™m pursuing a Bachelor of Science degree at Halmstad University with a focus on Digital Design and Innovation, where I learn how to create and improve digital products and services. Besides studying, I also work part-time as an Open Source Community Engineer at Electricity Maps, a company that provides real-time data on the carbon footprint of electricity. There, I contribute to various aspects of the project, such as data parsing, frontend development, and continuous integration.

๐Ÿ’ป I have skills in Python, JavaScript, TypeScript, HTML, CSS, SCSS and more. Iโ€™m especially interested in optimizing apps for size and performance, especially Single Page JavaScript apps that need to be fast and lightweight.

In my free time, I love to explore nature by hiking or on my mountain bike or on my skis, depending on the season or just watching a nice sci-fi show or movie with some popcorn and relax.

Goal

๐ŸŽ‰ My goal is to make the world a better place through code and to help others do the same.

upland-travel-bot's People

Contributors

code-factor avatar deepsource-autofix[bot] avatar deepsourcebot avatar dependabot[bot] avatar viktorvav99 avatar

upland-travel-bot's Issues

Migrate to ESM

Migrate all JS code to ESM.

Currently blocked by bug in discordjs/builders

#1 Filter out duplicate routes and pick the cheapest one.

Upland-Travel-Bot/travel.js

Lines 112 to 117 in ecc73da

// TODO: #1 Filter out duplicate routes and pick the cheapest one.
foundPath.forEach((Node) => {
nextNode = Node.id;
links = Node.links.unique();
links.unique().forEach((Link) => {
if (Link.toId == nextNode && (Link.fromId == previousNode || '')) {


This issue was generated by todo based on a TODO comment in ecc73da. It's been assigned to @VIKTORVAV99 because they committed the code.

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.