Skip to content

A Spotify driver for Adonis Ally social login

Notifications You must be signed in to change notification settings

SimulatedGREG/adonis-ally-spotify

Repository files navigation

Adonis Ally Spotify

This service provider adds Spotify as a driver to Adonis Ally.

Setup

Make sure to read instructions.md on how to set up.

Node/OS Target

This repo/branch is supposed to run fine on all major OS platforms and targets Node.js >=7.0

General Practices

Since Es6 is in, you should strive to use latest features. For example:

  1. Use Spread over arguments keyword.
  2. Never use bind or call. After calling these methods, we cannot guarantee the scope of any methods and in AdonisJs codebase we do not override the methods scope.
  3. Make sure to write proper docblock.

Issues & PR

It is always helpful if we try to follow certain practices when creating issues or PR's, since it will save everyone's time.

  1. Always try creating regression tests when you find a bug (if possible).
  2. Share some context on what you are trying to do, with enough code to reproduce the issue.
  3. For general questions, please create a forum thread.
  4. When creating a PR for a feature, make sure to create a parallel PR for docs too.

About

A Spotify driver for Adonis Ally social login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published