Skip to content

dj0nny/space-v

Repository files navigation

space-v

Build Status Netlify Status npm version npm version GitHub top language contributions welcome

A Vue.js client for the SpaceX API

Getting Started

This is a client built using Vue.js with the new function API for serving the SpaceX REST API

Prerequisites

For this project you need Node installed on your machine with Npm or Yarn.

This app was generated using the Vue CLI.

Installation

You can clone this repository using Git:

git clone https://github.com/dj0nny/space-v.git

Or download the repository here


Before using the app, you need to install the dependencies. Open a terminal and type, inside the directory:

npm install 
# OR
yarn install

For running it:

npm run serve
# OR
yarn serve

The Vue development server it will be up and running at this address: http://localhost:8080.

Deployment

For creating an optimized build of this project run:

npm run build
# OR
yarn build

A deployed version on Netlify in available at this URL: https://space-v.netlify.com/#/

Built with ❤️ using:

  • Vue.js - A Javascript framework
  • Vue Function API - provides function api from Vue3.x to Vue2.x for developing next-generation Vue applications.
  • vue-hooks - Awesome hooks for Vue.js
  • SpaceX API - Open Source REST API for rocket, core, capsule, pad, and launch data

Contributing

Pull Requests for adding features ⇄ and ★ are welcome 😎