Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 906 Bytes

contribution.md

File metadata and controls

38 lines (24 loc) · 906 Bytes

Contributing

Contribute to this project, using a pull request:

Contibution using a pull request

Here are some guidelines for this:

  1. In the products.json file in the root folder, add JSON entry for the product you wish to be included on Nigerian Alternatives.

JSON Object

{
  "name": "Product Name",
  "description": "Short marketing summary about the product.",
  "company": "Name of Company offering the product.",
"url": "URL to product"
}

Example

{
  "name": "ZeptoMail",
  "description": "ZeptoMail is a secure email service that is optimized to deliver your all-important transactional emails reliably",
  "company": "Zoho",
"url": "https://www.zoho.com/zeptomail/"
}
  1. To ensure accessibility your website, include the http:// or https:// prefix before your company URL.