Giter VIP home page Giter VIP logo

core's Introduction

JS Personal API

An API for my public data

codecov Build Status Join the chat at https://gitter.im/personal-api/core FOSSA Status

JS Personal API is an opinionated Node.js and Express app that serves as an interface to my public data on various online networks and providers. The goal is to replace the static data I'm currently using for my website with calls to this API.

This project is new and unstable. Use at your discretion.

» Install

Use npm to install dependencies.

npm install

Create a new file at .env containing your Firebase database credentials.

FIREBASE_API_KEY=YOUR_API_KEY
FIREBASE_DATABASE_URL=https://YOUR_DATABASE_URL.firebaseio.com
FIREBASE_PROJECT_ID=YOUR_PROJECT_ID

» Integrations

The providers I intended to integrate are:

GitHub
  • Repositories
  • Profile
Flikr
  • Recent photos
Instagram
  • Recent photos
Twitter
  • Tweets

» Endpoints

The endpoints available are:

route response
GET /composite returns all collections
GET /metas get all meta data
GET /profiles get all profiles
GET /projects get all projects (param repository=expanded includes repository data)
GET /repositories get all repositories

» Commands

The npm commands available are:

command description
build build project
report-coverage run and report code coverage
start starts the local web server
sync:repositories get or sync repositories for all projects
test runs the unit tests

License

FOSSA Status

core's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

core's Issues

chore: update dependency to resolve npm audit alert

cjvmbp2k16:core chrisvogt$ npm audit

                       === npm audit security report ===

# Run  npm install [email protected]  to resolve 1 vulnerability
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Code Injection                                               │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ morgan                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ morgan                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ morgan                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/736                             │
└───────────────┴──────────────────────────────────────────────────────────────┘

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.