1.3.2 • Published 4 years ago

express-legal v1.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

express-legal

Express app that serves TOS and Privacy Policy

Install

npm install --save express-legal

Usage

const express = require('express')
const legal = require('express-legal')
const app = express()

app.use('/', legal({
  companyName: 'Acme Inc.',
  domain: 'example.com',
  lastModified: 'July 23rd, 2016',
  contactUrl: '/contact-us',
  email: 'hello@example.com'
}))

Your app will now serve the following routes:

  • /privacy-policy
  • /terms-of-service
1.3.2

4 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago