
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
A module that returns a readable stream based on the position of the International Space Station
iss_node is a module that generates a readable stream based on a given satellite's location in orbit. All data comes from the wheretheiss.at API: http://wheretheiss.at/w/developer, and is wrapped using Node's stream.Readable API.
This project was an exercise in learning about the Node streaming API. It works, and has test coverage, but there may be bugs. Please submit pull requests for any issues you may come across.
This repo also contains documentation for a Batch animation class, unrelated to ISS. This documentation is in assignment_3.md
##Installation
(Assumes you have Node and NPM installed)
Clone this repository locally and cd into it
Type npm pack, which will create a .tgz of the repo in the same directory
cd to the top-level directory for your project where you are using iss_node
Type npm install path/to/filename.tgz, which will install the module in your node_modules folder, or it will create the folder if none exists.
You can equally run the example files within this repo. from your command line.
###Use
Require the module, and set it equal to a constructor, i.e: var SpaceStream = require('iss_node')
A stream takes two parameters:
###Examples
###Tests (Assumes you have mocha installed globally)
Tests for this module are written in Mocha, are located in the test/ directory, and can be run from the top level of the iss_node directory with:
npm test
###Contact If you have any questions or concerns, you can reach the developer at taylor.harwin@gmail.com, or on Twitter: @taylorharwin
FAQs
A module that returns a readable stream based on the position of the International Space Station
The npm package iss_node receives a total of 5 weekly downloads. As such, iss_node popularity was classified as not popular.
We found that iss_node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.