Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacifiquem/palindrome_checker-npm-package
npm package for checking if a world entered is a palindrome
https://github.com/pacifiquem/palindrome_checker-npm-package
javasc palindrome palindrome-number palindrome-string
Last synced: 13 days ago
JSON representation
npm package for checking if a world entered is a palindrome
- Host: GitHub
- URL: https://github.com/pacifiquem/palindrome_checker-npm-package
- Owner: pacifiquem
- Created: 2022-03-06T11:28:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T07:43:02.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:05:53.697Z (6 months ago)
- Topics: javasc, palindrome, palindrome-number, palindrome-string
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
## discription
this package help you to check if the word Entered is a palindrome or not,
so there is nothing simple like using it!!!!## links--For--Quick--Navigating
-- [download](#downloadPackage) for downloading,
-- [importing guide](#mporting) for importing,
-- [usage example](#usagExample) for usage example
-- [conclusion](#conclusion) for conclusion## downloadPackage
npm i palidrome_tester
## importing
```js
const palindromTester = 'palindrom_tester';
```## usagExample
```js
palindromeTesting (word) => {var output = "";
const answer = palindromeTester(word)
if (answer == true) {
output = " the word entered is palindrome ";
}else {
output = " the word entered isn't a palindrome ";}
return ouput;
}
```## conclusion
thank you for using also visiting our package,
we will like your response if possible give us your feedback through Email: [email protected]