Git Product home page Git Product logo

rym2discogs's Introduction

Rym→Discogs

Build Status Dependencies Status DevDependencies Status

Bring your data from RateYourMusic to Discogs.

Installation

$ npm install rym2discogs
or
$ yarn add rym2discogs

Usage

import { resolve } from 'path';
import rym2discogs from 'rym2discogs';

const results = await rym2discogs({
  file: resolve(__dirname, 'export.csv'), // absolute path to RateYourMusic export file
  username: 'LostCrew', // Discogs username
  token: 'discogs-token', // Discogs token
  ownership: 'all', // 'all', 'collection', 'wantlist'
  verbose: false // boolean
});

TODO

  • Prevent addition of duplicates
  • Support for 'past' releases

rym2discogs's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

rym2discogs's Issues

Should this still function?

Hi! I have no experience in Node/NPM and little experience in anything web related in general. I was wondering if this should still work with the latest version of Node. I have tried, based on some surface level research, to get it to work but can't seem to figure it out. If you wouldn't mind I'd really appreciate a quick one on one conversation on how this works. If it isn't up to date I could always try to write my own in a language I'm more familiar with.

Thanks,
Jet

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.