Socket
Socket
Sign inDemoInstall

missing-person

Package Overview
Dependencies
41
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    missing-person

A simple 404 page that displays missing persons data instead of the same ole 404


Version published
Weekly downloads
1
Maintainers
1
Install size
24.1 MB
Created
Weekly downloads
 

Readme

Source

missing-person-404

A simple 404 page that displays missing persons data instead of the same ole 404

NPM JavaScript Style Guide

Install

npm install --save missing-person

Usage

import React, { Component } from 'react'

import PageNotFound from 'missing-person'

class Example extends Component {
  render() {
    return <PageNotFound />
  }
}

Customizable features:

To change the background color of the header, buttons and button text:

<PageNotFound color='desired color value here' btnColor='purple' btnTxtColor='hot pink'>

To change search parameters to return children under the age of 18:

<PageNotFound child='true'>

Note that you must pass true as a string

The API will return 500 randomized records. The records are further randomized on the front end.

For any issues, or for feature requests please reach out to me:

rdturner40@gmail.com Git-hub: Too-Far Repo: Missing-Person

License

MIT © Too-Far

Keywords

FAQs

Last updated on 18 Sep 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc