amorriscode / launchcal

View upcoming space launch missions around the world.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaunchCal 🚀

View upcoming space launch missions around the world.

About

LaunchCal grabs space launch data from Launch Library and serves it to you in a beautiful way.

It uses Feathers and Nuxt. I chose to use these technologies because they are both new and exciting. Feathers makes creating REST APIs a breeze, and Nuxt allows me to tickle my love for Vue while using server side rendering.

Getting Started

You can run LaunchCal on your own machine in a few simple steps.

  1. Make sure you have Node installed.

  2. Install your dependencies.

yarn install
  1. Start the app!
yarn run dev
  1. Navigate to LaunchCal (http://localhost:3030)

TODOs

  • Infinite scroll and/or pagination
  • Schedule database updates

License

Copyright (c) 2017

Licensed under the MIT license.

About

View upcoming space launch missions around the world.

License:MIT License


Languages

Language:JavaScript 78.9%Language:Vue 17.0%Language:HTML 4.0%